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

« back to all changes in this revision

Viewing changes to doc/dependencies.txt

  • Committer: mattgiuca
  • Date: 2008-06-13 04:54:25 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:762
setup.py: Modified library files list so it works on the latest
    set of packages for Ubuntu Gutsy (7.10).
    Note that an up-to-date Gutsy install broke IVLE due to newer
    versions of .so files with new names.
    This is a temporary solution, as this is going to keep happening
    (and it likely still won't work in Hardy). But at least it's working for
    now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
* mod_python
10
10
* PostgreSQL
11
11
 
 
12
The setup program also requires:
 
13
 
 
14
* GCC
 
15
* Make
 
16
 
12
17
Note: While the developers have made every effort to ensure IVLE is compatible
13
18
with all POSIX-compliant operating systems, our setup procedure is currently
14
19
tailored to Ubuntu Linux. In particular, it pulls shared libraries out of
44
49
purposes of student code using them:
45
50
 
46
51
* [matplotlib](http://matplotlib.sourceforge.net/)
 
52
* [nltk](http://nltk.sourceforge.net)
 
53
* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup)
 
54
* [lxml](http://codespeak.net/lxml/)
 
55
* [PIL](http://www.pythonware.com/products/pil/)
 
56
* [elementtree](http://effbot.org/zone/elementtree-13-intro.htm) - 1.3 ALPHA
 
57
* [simpletal](http://www.owlfish.com/software/simpleTAL/)
 
58
* [scipy](http://www.scipy.org)