We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7fb1f90 commit cf1a844Copy full SHA for cf1a844
build.mac.sh
@@ -47,7 +47,7 @@ then
47
#export QTDIR=/usr/local/Trolltech/Qt-4.1.0
48
#qt installed from debian apt
49
#export QTDIR=/usr
50
- export QTDIR=/usr/local/Qt4.1.3
+ export QTDIR=/usr/local/Trolltech/Qt-4.1.4
51
#export PATH=/usr/local/gislibs/bin:/usr/local/graphicslibs/bin/:$QTDIR/bin:$PATH
52
export LD_LIBRARY_PATH=$QTDIR/lib
53
@@ -59,7 +59,8 @@ then
59
# for additional details
60
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
61
--enable-static=no \
62
- --with-qtdir=$QTDIR
+ --with-qtdir=$QTDIR \
63
+ --with-python
64
#--with-grass=/usr/local/gislibs/grass
65
#--enable-unittests \
66
make && make install
0 commit comments