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

« back to all changes in this revision

Viewing changes to doc/dependencies.txt

  • Committer: mattgiuca
  • Date: 2008-02-05 06:29:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:418
Renamed trunk/console to trunk/scripts. We are now able to put more scripts in
here such as fileservice.
Added fileservice (empty at the moment).
setup.py, consoleservice: Updated so they refer to scripts now instead of
console directory. (This changes listmake and install_list.py as well).

Added remakeuser.py which lets you recreate a user's jail without creating a
DB entry (but the user is already supposed to exist).

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
 
 
17
12
Note: While the developers have made every effort to ensure IVLE is compatible
18
13
with all POSIX-compliant operating systems, our setup procedure is currently
19
14
tailored to Ubuntu Linux. In particular, it pulls shared libraries out of
49
44
purposes of student code using them:
50
45
 
51
46
* [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)