From f7f18d1a4884b86b236657518e0ee080f6f2448f Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 15 Jan 2014 17:28:16 +0100 Subject: [PATCH] update README for mac --- README.macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.macos b/README.macos index ebc79890e..c967f90b1 100644 --- a/README.macos +++ b/README.macos @@ -64,7 +64,7 @@ The next pieces need to be compiled manually. To ensure compatibility with multi $ sudo port install cmake $ git clone https://github.com/wernerd/ZRTPCPP.git $ cd ZRTPCPP - $ cmake -DCORE_LIB=true -DSDES=false . && make + $ cmake -DCORE_LIB=true -DSDES=false -DCMAKE_INSTALL_NAME_DIR=/usr/local/lib . && make $ sudo make install