Author: JonNeal
Date: 2009-01-11 22:22:16 -0500 (Sun, 11 Jan 2009)
New Revision: 1469

Modified:
   trunk/concordance/INSTALL
Log:
Missed the expat -dev package


Modified: trunk/concordance/INSTALL
===================================================================
--- trunk/concordance/INSTALL   2009-01-12 03:19:03 UTC (rev 1468)
+++ trunk/concordance/INSTALL   2009-01-12 03:22:16 UTC (rev 1469)
@@ -15,11 +15,13 @@
 For Ubuntu users do the following:
 Type these package names into a terminal using, "sudo apt-get install 
<package>"
   python3.0-dev
+  libexpat1-dev
   libglib2.0-dev
   libgnutls-dev
   libgsasl7-dev
 To install all of these packages at once type:
-  sudo apt-get install python3.0-dev libglib2.0-dev libgsasl7-dev libgnutls-dev
+  sudo apt-get install python3.0-dev libglib2.0-dev libgnutls-dev \
+                         libgsasl7-dev libexpat1-dev
 You will have to manually compile the expat and libnice applications, as these 
 are not yet packaged for Ubuntu. Files and instructions can be found on the 
 appropriate websites. Once you have the applicitions you will have to move the 

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

Reply via email to