Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-libclient
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-libclient
Commits
08f6a353
Commit
08f6a353
authored
9 years ago
by
Alexandre Lision
Committed by
gerrit2
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
osx: update build instructions
Change-Id: If4dceac0bfc7862514b543a2e2e91aaa2ed76959
parent
e89ca48e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+5
-3
5 additions, 3 deletions
INSTALL
with
5 additions
and
3 deletions
INSTALL
+
5
−
3
View file @
08f6a353
...
...
@@ -49,14 +49,16 @@ OS X Install
============
# Install necessary tools:
brew install
dbus
cmake
brew install cmake
brew install qt5
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.3.2/
export CMAKE_PREFIX_PATH=<path_to_qt5>
hint: default install location with HomeBrew is /usr/local/Cellar/qt5
# First make sure you have built ring daemon for OS X.
mkdir build && cd build
cmake .. [-DCMAKE_BUILD_TYPE=Debug for compiling with debug symbols]
cmake ..
-DCMAKE_INSTALL_PREFIX=<install_dir_of_daemon>
[-DCMAKE_BUILD_TYPE=Debug for compiling with debug symbols]
make
install_name_tool -change @rpath/libring.0.dylib @executable_path/libring.0.dylib libringclient.1.4.1.dylib
...
...
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