Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
f3e7d828
Commit
f3e7d828
authored
11 years ago
by
Vittorio Giovara
Committed by
Tristan Matthews
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/README
+13
-0
13 additions, 0 deletions
daemon/README
with
13 additions
and
0 deletions
daemon/README
+
13
−
0
View file @
f3e7d828
...
@@ -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
---------------------
---------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment