Hi,

that would be greatly appreciated.

Thanks

Sebastian

Tim Sutton schrieb:
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




--
---------------------------------------
WhereGroup
GmbH & Co. KG
Siemensstr. 8
D-53121 Bonn
Amtsgericht Bonn, HRA 6788

Fon: +49 (0)228 / 90 90 38 - 24
Fax: +49 (0)228 / 90 90 38 - 11

mailto:[EMAIL PROTECTED]
http://www.wheregroup.com
-------------------------------
Komplementärin:
WhereGroup Verwaltungs GmbH
vertreten durch:
Arnulf Christl, Olaf Knopp, Peter Stamm
---------------------------------------

_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user

Reply via email to