[PATCH] Fixing paths in building documentation

Andrejs Ždanovs andrjufka at gmail.com
Wed Mar 5 14:17:43 PST 2014



>> On 05 марта 2014 г., at 23:52, Thiago Macieira <thiago at macieira.org> wrote:
>> 
>> 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?

I have gone all steps one more time and there isn't Makefile.


More information about the subsurface mailing list