~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/dependencies.txt

  • Committer: dcoles
  • Date: 2008-02-13 04:10:55 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:443
Added Forum application along with unmodifed version of phpBB3 "Olympus" 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
* GCC
15
15
* Make
16
 
* Debootstrap
17
16
 
18
17
Note: While the developers have made every effort to ensure IVLE is compatible
19
18
with all POSIX-compliant operating systems, our setup procedure is currently
20
 
tailored to Ubuntu Linux. The default install builds a jail based on the Ubuntu 
21
 
APT system, but this could be fairly easily modified to work with other APT 
22
 
systems which support debootstrap.
23
 
 
24
 
Getting IVLE running on another Unix system that doesn't support APT would 
25
 
require getting the equivilent packages using the local package system and 
26
 
modifying buildjail.sh to bootstrap a new jail.
27
 
 
28
 
At this stage we can only officially recommend Ubuntu 8.04 or later.  
29
 
(Previously supported 7.04 and 7.10, but the APT repositoryies lack important 
30
 
packages which had to be manually installed).
 
19
tailored to Ubuntu Linux. In particular, it pulls shared libraries out of
 
20
known places.
 
21
 
 
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.
 
25
 
 
26
At this stage we can only officially recommend Ubuntu 7.04 or later. (Has been
 
27
tested on 7.04 and 7.10).
31
28
 
32
29
Ubuntu Install Procedure
33
30
------------------------
52
49
purposes of student code using them:
53
50
 
54
51
* [matplotlib](http://matplotlib.sourceforge.net/)
55
 
* [nltk](http://nltk.sourceforge.net)
56
 
* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup)
57
 
* [lxml](http://codespeak.net/lxml/)
58
 
* [PIL](http://www.pythonware.com/products/pil/)
59
 
* [elementtree](http://effbot.org/zone/elementtree-13-intro.htm) - 1.3 ALPHA
60
 
* [simpletal](http://www.owlfish.com/software/simpleTAL/)
61
 
* [scipy](http://www.scipy.org)