We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c57c55 commit 7464157Copy full SHA for 7464157
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