Revision: 751
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=751&view=rev
Author: mithro
Date: 2008-09-29 04:59:16 +0000 (Mon, 29 Sep 2008)
Log Message:
-----------
Recreate 00-PreReqs.sh script.
Added Paths:
-----------
trunk/python-ogre/scripts/00-PreReqs.sh
Added: trunk/python-ogre/scripts/00-PreReqs.sh
===================================================================
--- trunk/python-ogre/scripts/00-PreReqs.sh (rev 0)
+++ trunk/python-ogre/scripts/00-PreReqs.sh 2008-09-29 04:59:16 UTC (rev 751)
@@ -0,0 +1,26 @@
+#!/bin/bash
+# Part of the Python-Ogre installation
+sudo apt-get install \
+ g++ \
+ libfreetype6-dev \
+ libpcre3-dev \
+ autoconf \
+ automake1.9 \
+ libgl1-mesa-dev \
+ libx11-dev \
+ libglut3-dev \
+ libtool \
+ libxaw7-dev \
+ libxxf86vm-dev \
+ patch \
+ libxrandr-dev \
+ cvs \
+ subversion \
+ libxt-dev \
+ libexpat1-dev \
+ python \
+ python-dev \
+ python-celementtree \
+ libglew-dev \
+
+
Property changes on: trunk/python-ogre/scripts/00-PreReqs.sh
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|