From 7c98267193726f4031c4551cf8a24c34c75fef94 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 23 Aug 2013 13:06:58 +0000 Subject: Add INSTALL file for python bindings. Add note about libtool to INSTALL of c runtime --- src/runtime/python/INSTALL | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/runtime/python/INSTALL (limited to 'src/runtime/python/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 -- cgit v1.2.3