[cairo-commit] pycairo README, 1.2, 1.3 configure.ac, 1.8,
1.9 ChangeLog, 1.35, 1.36
Steve Chaplin
commit at pdx.freedesktop.org
Mon Dec 13 23:38:24 PST 2004
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv7111
Modified Files:
README configure.ac ChangeLog
Log Message:
14/12/2004
Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 14 Nov 2004 03:22:18 -0000 1.2
+++ README 14 Dec 2004 07:38:22 -0000 1.3
@@ -6,5 +6,17 @@
cairo 0.2.0 or higher
Python 2.2 or higher
-Also, additional modules are compiled if pygtk and/or Numeric Python are
-detected.
+Also, additional modules are compiled if libsvg-cairo, pygtk or Numeric Python
+are detected.
+
+Compiling
+---------
+ $ python -c "import sys; print sys.prefix"
+ # make a note of the python prefix
+ $ ./configure --prefix=<python_prefix>
+ $ make
+ $ make install
+
+If you're installing to another prefix than the one where python is installed
+Python will not be able to find the cairo module until you add
+$prefix/lib/pythonX.Y/site-packages to the PYTHONPATH variable.
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- configure.ac 10 Dec 2004 15:16:40 -0000 1.8
+++ configure.ac 14 Dec 2004 07:38:22 -0000 1.9
@@ -100,6 +100,8 @@
echo "
Configuration:
+Installation prefix ${prefix}
+
Additional modules:
build cairo.gtk ? ${have_gtk}
build cairo.numpy ? ${have_numpy}
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ChangeLog 10 Dec 2004 15:16:40 -0000 1.35
+++ ChangeLog 14 Dec 2004 07:38:22 -0000 1.36
@@ -1,3 +1,9 @@
+2004-12-14 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * README: added notes to describe compiling and how to avoid PYTHONPATH
+ problems
+ * configure.ac: report the 'prefix' at the end of configure
+
2004-12-10 Steve Chaplin <steve1097 at yahoo.com.au>
Add libsvg-cairo support
* configure.ac: add checks for libsvg-cairo
More information about the cairo-commit
mailing list