summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 14357b884f3e03993c7b9035d4fbbbd11f95e1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Install Procedure
-----------------
$ ./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