Author: ArcRiley
Date: 2009-01-26 15:31:29 -0500 (Mon, 26 Jan 2009)
New Revision: 1508

Modified:
   trunk/pysoy/INSTALL
Log:
Updated INSTALL


Modified: trunk/pysoy/INSTALL
===================================================================
--- trunk/pysoy/INSTALL 2009-01-26 20:27:19 UTC (rev 1507)
+++ trunk/pysoy/INSTALL 2009-01-26 20:31:29 UTC (rev 1508)
@@ -17,7 +17,6 @@
   GLEW      >=1.4
   GLib      >=2.0
   Cairo     >=1.4
-  Loudmouth >=1.4
   liboil    >=0.3.10
   libogg    >=1.1.2
   libvorbis >=1.1.2
@@ -26,25 +25,21 @@
 
 If you're using a binary-based distribution (such as Ubuntu, Fedora, etc) make 
 sure you install the -dev versions of these dependencies.
-For Ubuntu users do the following:
-Type these package names into a terminal using, "sudo apt-get install 
<package>"
-  libxxf86vm-dev
-  libopenal-dev
-  libglib2.0-dev
-  libode-dev
-  libtheora-dev
-  libogg-dev
-  libvorbis-dev
-  libcairo2-dev
-  libglew1.4-dev
-  liboil0.3-dev
-  loudmouth-dev
-  python-dev
+
+On Ubuntu 8.04 LTS (Hardy Heron) :
+ sudo apt-get install libxxf86vm-dev libopenal-dev libglib2.0-dev \
+                      libode-dev libtheora-dev libogg-dev libvorbis-dev \
+                      libcairo2-dev libglew1.4-dev liboil0.3-dev python-dev
+
+On Ubuntu 8.10 (Intrepid Ibex) :
+ sudo apt-get install libxxf86vm-dev libopenal-dev libglib2.0-dev \
+                      libode-dev libtheora-dev libogg-dev libvorbis-dev \
+                      libcairo2-dev libglew1.5-dev liboil0.3-dev python-dev
+
 Note that these package names may vary as new versions are released.
 
 You will also need a working C compiler environment for building Python 
-modules (same as your Python version was built with) and, when compiling 
-from Trunk, you'll need Pyrex 0.9.8.2 or above.
+modules (same as your Python version was built with).
 
 
 Compiling
@@ -53,9 +48,8 @@
 the dependencies installed you should, now, be able to type:
   python setup.py build
 
-and watch it compile.  When building from Trunk (svn) it'll first build 
-the .c files from Pyrex sources.  Any compile errors not linked to a 
-missing dependency should be reported to our bug tracker (below).
+and watch it compile.  Any compile errors not linked to a missing 
+dependency should be reported to our bug tracker (below).
 
 If everything has gone well you can now install the PySoy module with:
   python setup.py install

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to