Author: JonNeal Date: 2009-01-11 21:49:37 -0500 (Sun, 11 Jan 2009) New Revision: 1466
Added: trunk/concordance/INSTALL Log: Added INSTALL file, still needs final touches. Added: trunk/concordance/INSTALL =================================================================== --- trunk/concordance/INSTALL (rev 0) +++ trunk/concordance/INSTALL 2009-01-12 02:49:37 UTC (rev 1466) @@ -0,0 +1,60 @@ +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 + + +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 +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. + + +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 + +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). + +If everything has gone well you can now install the PySoy module with: + python setup.py install + + +Updating +-------- +If you've installed from Trunk you should be able to update your version +by changing to this directory and running: + svn update + +Then repeat the compile steps (above). + + +Bug Reporting +------------- +There's a "New Ticket" link at the top of http://pysoy.org/ 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. + +Please select the correct version when filing bug reports and, if +building from Trunk, mention the revision number and/or date of last +update when writing your report. This is invaluable information to us. + _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn