summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSteve Chaplin <stevech1097@yahoo.com.au>2010-05-20 19:34:12 +0800
committerSteve Chaplin <stevech1097@yahoo.com.au>2010-05-20 19:34:12 +0800
commit4bdc290959c4464016083bce16a37ef1c0527c82 (patch)
tree162c1fd1a746fa1883a053c12cd12ab8296e4d90 /INSTALL
parentfacedd55b6e5d04ce687136307108d058e4276ee (diff)
downloadpy2cairo-4bdc290959c4464016083bce16a37ef1c0527c82.tar.gz
=== Pycairo 1.8.10 ===
Version number changes for 1.8.10 release.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 9 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 9e2b471..5e1b32f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,16 @@
-Waf - recommended install method
+Install Procedure
+-----------------
+Waf
---
-$ ./waf --help # shows available waf options
-$ ./waf configure
+$ ./waf --help # shows available waf options
+$ ./waf configure # use '--prefix=PREFIX' if needed
$ ./waf build
$ ./waf install
-GNU Autotools - alternative install method
+Unsupported alternative install methods
+---------------------------------------
+GNU Autotools
-------------
Using the same install method of install as cairo - GNU autotools.
@@ -24,7 +28,7 @@ Python will not be able to find the cairo module until you add
$prefix/lib/pythonX.Y/site-packages to the PYTHONPATH variable.
-Python distutils - alternative install method
+Python distutils
----------------
$ python setup.py install