jpcgt il y a 8 ans
Parent
commit
58f66ca866
1 fichiers modifiés avec 14 ajouts et 1 suppressions
  1. 14 1
      setup_ubuntu.sh

+ 14 - 1
setup_ubuntu.sh

@@ -1,6 +1,19 @@
 #!/bin/sh -e
+# "-e" exists on first error.
 
-apt-get install libpng-dev libfreetype6 libfreetype6-dev python-dev python-simplejson python-qt4 python-numpy python-scipy python-matplotlib libgeos-dev python-shapely python-pip libspatialindex-dev
+apt-get install libpng-dev \
+                libfreetype6 \
+				libfreetype6-dev \
+				python-dev \
+				python-simplejson \
+				python-qt4 \
+				python-numpy \
+				python-scipy \
+				python-matplotlib \
+				libgeos-dev \
+				python-shapely \
+				python-pip \
+				libspatialindex-dev
 easy_install -U distribute
 pip install --upgrade matplotlib Shapely
 pip install rtree