root/INSTALL.txt

Revision 8, 0.7 kB (checked in by matt_dorn@yahoo.com, 3 years ago)

0.2 release

Added multiple list support, mainly

Line 
1 Installation
2 ============
3
4 Linux
5 -----
6
7 Gnapsack has not yet been packaged with Python distutils or similar.  Simply
8 untar it into your directory of choice, change to that directory, and execute
9 the main module::
10
11     tar -zxvf gnapsack-0.2.tar.gz
12     cd gnapsack
13     python gnapsack.py
14
15 Windows
16 -------
17
18 Gnapsack for Windows has been prepared for easy installation of all dependencies
19 with py2exe and Inno Setup. Just download and execute the gnapsack_setup.exe file.
20
21 However, developers may wish to install the dependent packages individually. 
22 In addition to the Gnapsack tarball, you'll need the following:
23
24 - python-2.4
25 - gtk-2.10.6
26 - pygtk-2.10.3-1
27 - pycairo-1.2.6-1.
28 - pygobject-2.12.3-1
29 - ZODB3-3.6.0
Note: See TracBrowser for help on using the browser.