4
IVLE requires the following:
6
* Ubuntu Linux 7.04 or later (see note)
12
The setup program also requires:
17
Note: While the developers have made every effort to ensure IVLE is compatible
18
with all POSIX-compliant operating systems, our setup procedure is currently
19
tailored to Ubuntu Linux. In particular, it pulls shared libraries out of
22
Getting IVLE running on another Unix system would require manually retrieving
23
all of the packages in this document, as well as changing the setup script to
24
get the shared library files from the correct places on that system.
26
At this stage we can only officially recommend Ubuntu 7.04 or later. (Has been
27
tested on 7.04 and 7.10).
29
Ubuntu Install Procedure
30
------------------------
32
This document merely summarises the required modules. A step-by-step install
33
procedure for Ubuntu is located in trunk/doc/setup/install_proc.txt.
38
The following python libraries are required to be installed in the main Python
39
site packages directory:
41
* [cjson](http://cheeseshop.python.org/pypi/python-cjson)
42
* [pygresql](http://www.pygresql.org/)
43
* [pysvn](http://pysvn.tigris.org/)
45
All of these can be installed by Ubuntu's package management system. See
46
trunk/doc/setup/install_proc.txt for details.
48
Additionally, these libraries are installed by the setup script for the
49
purposes of student code using them:
51
* [matplotlib](http://matplotlib.sourceforge.net/)