File: INSTALL

package info (click to toggle)
pygdchart2 0.beta1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 508 kB
  • ctags: 308
  • sloc: python: 1,268; ansic: 1,029; makefile: 6; sh: 1
file content (29 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

PyGDChart 2.0 Beta       			31/12/03
==================

Since this is a Beta release, we'll assume our users know what
they're doing:

1. Install the latest version of Bruce Verderaime's GDChart
library (0.11.4dev, at the time of writing).

2. Edit the setup.py file to point to the appropriate
libraries on your system.

3. Now do 

    python setup.py build_ext -i

This will build the C extension in-place, allowing you to
test it before installation. Preferably, you should do the
testing with PyLid (also available at www.nullcube.com):
    
	cd test
	/path/to/pylid.py

5. Once the unit-tests have run successfully (please report
any errors):
        
	cd ..	
	python setup.py install