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