File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
export DEBIAN_FRONTEND=noninteractive
2
2
sudo add-apt-repository ppa:ubuntugis/ppa -y
3
3
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y # For postgresql-9.1-postgis-2.1
4
- sudo add-apt-repository ppa:grass/grass-stable -y
5
4
sudo add-apt-repository ppa:smspillaz/cmake-3.0.2 -y
6
5
sudo add-apt-repository ppa:kedazo/doxygen-updates-precise -y # For doxygen 1.8.8
7
6
sudo apt-get update -qq
@@ -14,7 +13,6 @@ sudo apt-get install --force-yes --no-install-recommends --no-install-suggests \
14
13
git \
15
14
graphviz \
16
15
grass-dev \
17
- grass7-dev \
18
16
libexpat1-dev \
19
17
libfcgi-dev \
20
18
libgdal1-dev \
Original file line number Diff line number Diff line change 3
3
cmake -DWITH_SERVER=ON \
4
4
-DWITH_STAGED_PLUGINS=OFF \
5
5
-DWITH_GRASS=ON \
6
- -DWITH_GRASS7=ON \
7
6
-DSUPPRESS_QT_WARNINGS=ON \
8
7
-DENABLE_MODELTEST=ON \
9
8
-DENABLE_PGTEST=ON \
You can’t perform that action at this time.
0 commit comments