Author: JonNeal
Date: 2009-01-11 22:17:53 -0500 (Sun, 11 Jan 2009)
New Revision: 1467

Modified:
   trunk/concordance/INSTALL
Log:
More INSTALL file touchups


Modified: trunk/concordance/INSTALL
===================================================================
--- trunk/concordance/INSTALL   2009-01-12 02:49:37 UTC (rev 1466)
+++ trunk/concordance/INSTALL   2009-01-12 03:17:53 UTC (rev 1467)
@@ -1,41 +1,46 @@
 Concordance Installation Guide
 ========================
-
-
-
 Dependencies
 ------------
 You'll want to make sure these are installed before proceeding:
   Python    >=3.0
   expat     >=2.0
   libnice   >=0.0.4
+  glib      >=2.0
+  gsals     >=0.2.26
+  gnutls    >=2.4.2
 
-
 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>"
-  libnice-dev
-  python-dev
+  python3.0-dev
+  libglib2.0-dev
+  libgsasl7-dev
+  libgnutls-dev
+To install all of these packages at once type:
+  sudo apt-get install python3.0-dev libglib2.0-dev libgsasl7-dev libgnutls-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 
+header files to /usr/include/ with the corresponding application folder.
 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
 ---------
-If you're reading this you've already downloaded PySoy.  If you have all 
-the dependencies installed you should, now, be able to type:
-  python setup.py build
+If you have all the dependencies installed you should, now, be able to type:
+  python3.0 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 
+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
+If everything has gone well you can now run python3.0 setup.py install, which
+will move the files created to the correct directories, and you'll be set to 
start
+your very own Concordance server!
 
 
 Updating
@@ -49,7 +54,7 @@
 
 Bug Reporting
 -------------
-There's a "New Ticket" link at the top of http://pysoy.org/ for reporting 
+There's a "New Ticket" link at the top of http://INSERTSITE.HERE/ for 
reporting 
 bugs.  You'll need to login to access it, registration should be quick 
 and painless while helping us cut down on ticket spam and making it 
 easier for us to contact you for more information.

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

Reply via email to