소스 검색

Installation script for Alpha 5 in Ubuntu.

Juan Pablo Caram 11 년 전
부모
커밋
c8b1f22ddb
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      setup_ubuntu.sh

+ 14 - 0
setup_ubuntu.sh

@@ -0,0 +1,14 @@
+#!/bin/sh
+apt-get install libpng-dev
+apt-get install libfreetype6 libfreetype6-dev
+apt-get install python-dev
+#apt-get install python-gi
+#apt-get install libgtk-3-devel
+apt-get install python-qt4
+apt-get install python-numpy python-scipy python-matplotlib
+apt-get install libgeos-dev
+apt-get install python-shapely
+easy_install -U distribute
+apt-get install python-pip
+pip install --upgrade matplotlib
+pip install --upgrade Shapely