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

« back to all changes in this revision

Viewing changes to doc/dependencies.txt

  • Committer: stevenbird
  • Date: 2008-02-19 03:59:20 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:502
www/apps/tutorialservice/__init__.py
* changed name from "Problem" to "Exercise"

www/apps/tutorialservice/test/parse_tute.py,TestFramework.py
* changed "succeed" to "pass" for consistency
* added code_test functionality to TestCasePart
* added check_code to run normalisations and comparisons
  on code instead of output
* extended solution_data and attempt_data dictionaries to
  include the code
* still broken with an error on line 423 of TestFramework.py
  (the function supplied in the XML file for testing the code
  can't be called?)

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)