summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 1522306302089f38f8074c12c9fdd956a74ce5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Install Procedure
-----------------

Method 1: Python distutils (recommended method)
--------------------------
$ python setup.py install


Method 2: Waf
--------------
$ ./waf --help     # shows available waf options
$ ./waf configure  # use --prefix and --libdir if necessary
                   # --prefix=/usr --libdir=/usr/lib64  for Fedora 64-bit
$ ./waf build
$ ./waf install

Use
$ python3 ./waf ...
if you have python2 and python3 installed, and the default is python 2.


Testing
-------
See test/README