Hi

My apologies I just realised there is a piece missing from the linux
build notes which explains why you got stuck at a certain point! I
will try to update the notes tonight....

Regards

Tim

2007/6/18, Stephan Holl <[EMAIL PROTECTED]>:
Hello Sebastian,

Sebastian Schmitz <[EMAIL PROTECTED]>, [20070618 -
12:33:12]

> In which directory?
>
> checked out sources to ~/dev/cpp. contains a folder qgis.
> created dir ~/apps. empty.
>
> make does not do anything - does not find a make-Steuerdatei -
> Makefile

Ah, OK. You need to build the Makefiles using CMake. (adjust your
pathes).

QGISTARGET=~/apps
GRASSBINS=/home/holl/cvs/grass_HEAD/dist.i686-pc-linux-gnu
QT4DIR=/usr/share/qt4
export PATH=${QT4DIR}/bin:$PATH
export LD_LIBRARY_PATH=${QT4DIR}/lib:$LD_LIBRARY_PATH
cd ~/dev/cpp/qgis/
mkdir -p build
cd build
cmake -D GRASS_PREFIX=${GRASSBINS} -D \
CMAKE_INSTALL_PREFIX=${QGISTARGET} -D QT_BINARY_DIR=${QT4DIR}/bin -D \
WITH_BINDINGS=yes -D CMAKE_BUILD_TYPE=debug .. \
make

the above stuff is described under 3.7 though not with my options.

HTH

        Stephan


--
Stephan Holl <[EMAIL PROTECTED]>, http://intevation.de/~stephan
Tel: +49 (0)541-33 50 8 32 | Intevation GmbH | AG Osnabrück - HR B 18998
Geschäftsführer:  Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



--
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user

Reply via email to