mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Add INSTALL file for python bindings. Add note about libtool to INSTALL of c runtime
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
You will need the package: libtool
|
||||||
|
|
||||||
The compilation steps are:
|
The compilation steps are:
|
||||||
|
|
||||||
$ autoreconf -i
|
$ autoreconf -i
|
||||||
@@ -26,4 +28,3 @@ $ autoreconf -i
|
|||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
|
|
||||||
|
|||||||
5
src/runtime/python/INSTALL
Normal file
5
src/runtime/python/INSTALL
Normal 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
|
||||||
Reference in New Issue
Block a user