summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorjohn <john@johnjcamilleri.com>2013-08-23 13:06:58 +0000
committerjohn <john@johnjcamilleri.com>2013-08-23 13:06:58 +0000
commit7c98267193726f4031c4551cf8a24c34c75fef94 (patch)
tree5ffcf84a61b188473a23de8bbb30ac426d4f0935 /src/runtime
parent018b43837b6429957b3838ba3dda297c64a148f7 (diff)
Add INSTALL file for python bindings. Add note about libtool to INSTALL of c runtime
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/c/INSTALL3
-rw-r--r--src/runtime/python/INSTALL5
2 files changed, 7 insertions, 1 deletions
diff --git a/src/runtime/c/INSTALL b/src/runtime/c/INSTALL
index a86006341..278297b1c 100644
--- a/src/runtime/c/INSTALL
+++ b/src/runtime/c/INSTALL
@@ -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
-
diff --git a/src/runtime/python/INSTALL b/src/runtime/python/INSTALL
new file mode 100644
index 000000000..41b609638
--- /dev/null
+++ b/src/runtime/python/INSTALL
@@ -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