1
0
forked from GitHub/gf-core

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

@@ -1,3 +1,5 @@
You will need the package: libtool
The compilation steps are:
$ autoreconf -i
@@ -26,4 +28,3 @@ $ autoreconf -i
$ ./configure
$ make
$ make install

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