summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorJohn Stowers <john.stowers@gmail.com>2010-05-08 10:59:22 +1200
committerJohn Stowers <john.stowers@gmail.com>2010-05-08 12:51:02 +1200
commitf0d8199252e79e5e257b0b92c2ecf3f92afc7ea1 (patch)
tree66a60bdc1b26f4abb85d6a7c6299335ab6c06db9 /README.win32
parentf4cc1453896a891b8197a4ddbc1b7b9706c86996 (diff)
downloadpygtk-f0d8199252e79e5e257b0b92c2ecf3f92afc7ea1.tar.gz
Bug 589671 - Fix setup.py for windows build
reduce the number of build combinations, by making more dependencies compulsory. Experienced hackers will know how to change this anyway. This means atk,pango,pangocairo, pycairo and gtk are explicitly compulsory. Only libglade and numpy support is optional now
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3210
1 files changed, 6 insertions, 4 deletions
diff --git a/README.win32 b/README.win32
index 548a3c8c..fc67c5b7 100644
--- a/README.win32
+++ b/README.win32
@@ -3,15 +3,16 @@ Windows Setuptools Build Instructions
1. Install gtk+ bundle from gtk.org (to C:\GTK for example)
2. Install Python2.6
- 3. Install MinGW and MSYS
- 4. Add C:\GTK\bin to path (from windows)
- 5. Add the following to your msys environment variables
+ 3. Install pycairo (python cairo bindings)
+ 4. Install MinGW and MSYS
+ 5. Add C:\GTK\bin to path (from windows)
+ 6. Add the following to your msys environment variables
(open and append to C:\msys\1.0\etc\profile) or set for the session
$ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/c/GTK/lib/pkgconfig:/c/Python26/Lib/pkgconfig
$ export PATH=$PATH:/c/Python26:/c/Python26/bin
- 6. In msys shell, build with
+ 7. In msys shell, build with
$ python setup.py build --compiler=mingw32 --enable-threading \
--yes-i-know-its-not-supported bdist_wininst
@@ -21,4 +22,5 @@ Tested with
* MinGW-5.16.exe
* MSYS-1.0.11.exe
* python-2.6.5.exe
+ * pycairo-1.8.6.win32-py2.6.exe