File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 35
35
fi
36
36
37
37
# qt installed from source
38
- # export QTDIR=/usr/local/Trolltech/Qt-4.1.0
38
+ # export QTDIR=/usr/local/Trolltech/Qt-4.2.2
39
+ # export QTDIR=/opt/omg_linux_bundle/usr/
40
+
39
41
# qt installed from debian apt
40
42
export QTDIR=/usr
41
43
export PATH=$QTDIR /bin:$PATH
47
49
# up the compilation process. See discussion on
48
50
# http://logs.qgis.org/slogs/%23qgis.2006-04-15.log at 17:06:10
49
51
# for additional details
52
+ export PATH=/opt/omg_linux_bundle/usr/bin/:$PATH
50
53
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
51
54
--enable-static=no \
52
- --enable-unittests \
53
55
--with-python \
54
- --with-qtdir=$QTDIR \
55
- --with-grass=/usr/lib/grass && make && make install
56
-
57
- cd tests/src
58
- ./runtests.sh
56
+ --with-gsl=/opt/omg_linux_bundle/usr/bin/gsl-config \
57
+ --with-gdal=/opt/omg_linux_bundle/usr/ \
58
+ --with-projdir=/opt/omg_linux_bundle/usr/ \
59
+ --with-gdal=/opt/omg_linux_bundle/usr/bin/gdal-config \
60
+ --with-qtdir=$QTDIR
61
+ --with-grass=/usr/lib/grass && make && make install
62
+ # #--enable-unittests \
63
+ # cd tests/src
64
+ # ./runtests.sh
65
+ make
66
+ make install
You can’t perform that action at this time.
0 commit comments