>> On 05 марта 2014 г., at 23:52, Thiago Macieira <[email protected]> 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 <[email protected]> >> --- >> 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. _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
