[PATCH] Fixing paths in building documentation

Andrey Zhdanov andrjufka at gmail.com
Wed Mar 5 13:47:46 PST 2014


Now "make -j4" is called in proper directory, otherwise terminal prints:
"make: *** No targets specified and no makefile found.  Stop."

Signed-off-by: Andrey Zhdanov <andrjufka at gmail.com>
---
 INSTALL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index c5e89c9..614c0e0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -103,12 +103,12 @@ $ cd ~/src/marble/build
 $ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ../sources
  - or -
 $ cmake -DCMAKE_BUILD_TYPE=Release -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ../sources
-$ cd src/lib
+$ cd src/lib/marble
 $ make -j4
 $ install_name_tool -id /usr/local/lib/`echo libmarblewidget.??.dylib` libmarblewidget.dylib
 $ cp *dylib /usr/local/lib/
 $ mkdir -p /usr/local/include/marble
-$ cd ../../../sources/src/lib
+$ cd ../../../../sources/src/lib
 $ cp $(find . -name '*.h') /usr/local/include/marble/
 
 5) Install Libdivecomputer
-- 
1.8.4.2



More information about the subsurface mailing list