Skip to content
Snippets Groups Projects
Commit f3e7d828 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

README: add a note for clang compatibility

Change-Id: I5f08441f31138203eb3629687936f978ece877ea
Refs: #46066
parent 8b0ec931
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,19 @@ Done ! ...@@ -92,6 +92,19 @@ Done !
More details available here: More details available here:
https://projects.savoirfairelinux.com/projects/sflphone/wiki/How_to_build https://projects.savoirfairelinux.com/projects/sflphone/wiki/How_to_build
Clang compatibility (developers only)
-------------------------------------
It is possible to compile sflphone with Clang by setting CC and CXX variables
to 'clang' and 'clang++' respectively when calling ./configure.
Currently it is not possible to use the DBus interface mechanism, and the
interaction between daemon and client will not work; for each platform where
dbus is not available the client should implement all the methods in the
*_stub.cpp files.
Note that you need a recent version of ucommon (>= 6.0.0) and of ccrtp
compiled against it to use clang.
SIP/IAx2 accounts SIP/IAx2 accounts
--------------------- ---------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment