Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-macos
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-client-macos
Commits
98fa91d1
Commit
98fa91d1
authored
10 years ago
by
Alexandre Lision
Committed by
Alexandre Lision
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
readme: add build instructions
Refs #69161 Change-Id: I3647b469ccea5b62a659b00ee8a9ff9c65294edc
parent
f241c6a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+36
-2
36 additions, 2 deletions
README.md
with
36 additions
and
2 deletions
README.md
+
36
−
2
View file @
98fa91d1
Ring
Client
==========
Ring
Mac OSX
**********
This is the official Mac port of Ring.
Requirements
=============
-
Ring daemon
-
libRingClient (Qt5 version)
-
Qt5 Core
-
Cocoa framework
Build instructions
==================
2.
mkdir build && cd build
3.
export CMAKE_PREFIX_PATH=
<dir_to_qt5>
Now generate an Xcode project with CMake:
4.
cmake ../ -DCMAKE_INSTALL_PREFIX=
<libringclient_install_path>
-G Xcode
5.
open Ring.xcodeproj/
6.
Build and run it from Xcode. You can also generate the final Ring.app bundle.
You can also build it from the command line:
4.
cmake ../ -DCMAKE_INSTALL_PREFIX=
<libringclient_install_path>
5.
make
6.
open Ring.app/
Debugging
==================
For now, the build type of the client is "Debug" by default, however it is
useful to also have the debug symbols of libRingClient. To do this, specify this
when compiling libRingClient with '-DCMAKE_BUILD_TYPE=Debug' in the cmake
options.
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