From f3e7d828d317ef90063f5cdd0601f3a8b59e6aab Mon Sep 17 00:00:00 2001
From: Vittorio Giovara <vittorio.giovara@savoirfairelinux.com>
Date: Tue, 29 Apr 2014 17:33:53 -0400
Subject: [PATCH] README: add a note for clang compatibility

Change-Id: I5f08441f31138203eb3629687936f978ece877ea
Refs: #46066
---
 daemon/README | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/daemon/README b/daemon/README
index a96018a940..288e9a09c7 100644
--- a/daemon/README
+++ b/daemon/README
@@ -92,6 +92,19 @@ Done !
 More details available here:
 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
 ---------------------
-- 
GitLab