README
changeset 157 0d8674e64221
parent 156 01a05c807e82
child 163 7c929ba47ba6
--- a/README	Fri Oct 03 22:52:35 2014 +0300
+++ b/README	Fri Oct 03 22:54:05 2014 +0300
@@ -77,8 +77,14 @@
     * python-cython
     * python-dev
 
-## Build
+## Development
 
     $ python setup.py build_ext
 
+## Install
+    
+    $ make install PREFIX=/opt/pngtile
+    $ /opt/pngtile/bin/python setup.py build_ext -I /opt/pngtile/include -L /opt/pngtile/lib -R /opt/pngtile/lib
+    $ /opt/pngtile/bin/python setup.py install
 
+