[PATCH] Fixing paths in building documentation

Thiago Macieira thiago at macieira.org
Wed Mar 5 13:52:37 PST 2014


Em qua 05 mar 2014, às 23:47:46, Andrey Zhdanov escreveu:
> 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

This shouldn't be necessary. Isn't there a Makefile for you in src/lib?
-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358



More information about the subsurface mailing list