Skip to content
Snippets Groups Projects
Commit 08f6a353 authored by Alexandre Lision's avatar Alexandre Lision Committed by gerrit2
Browse files

osx: update build instructions

Change-Id: If4dceac0bfc7862514b543a2e2e91aaa2ed76959
parent e89ca48e
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment