Add INSTALL file for python bindings. Add note about libtool to INSTALL of c runtime

This commit is contained in:
john
2013-08-23 13:06:58 +00:00
parent fa1f750870
commit e769d5db29
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
You will need the python-devel package or similar.
You must have installed the PGF C runtime (see ../c/INSTALL)
$ python setup.py build
$ sudo python setup.py install