[pygobject: 9/23] README.win32: update build instructions



commit 9aa54b65f729c0f3b0e96ab7ff797f87dad6a455
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Nov 3 08:58:00 2010 +0100

    README.win32: update build instructions
    
    Signed-off-by: Dieter Verfaillie <dieterv optionexplicit be>

 README.win32 |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/README.win32 b/README.win32
index 548a3c8..5819c8d 100644
--- a/README.win32
+++ b/README.win32
@@ -4,21 +4,18 @@ 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 
+  4. 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
+     $ export PATH=/c/GTK/bin:/c/Python26:/c/Python26/Scripts:$PATH
+     $ export PKG_CONFIG_PATH=/c/GTK/lib/pkgconfig:/c/Python26/Lib/pkgconfig:$PKG_CONFIG_PATH
 
-  6. In msys shell, build with
+  5. In msys shell, build with
 
-     $ python setup.py build --compiler=mingw32 --enable-threading \
-       --yes-i-know-its-not-supported bdist_wininst
+     $ python setup.py build --compiler=mingw32 --enable-threading bdist_wininst --user-access-control=auto
 
 Tested with
   * gtk+-bundle_2.20.0-20100406_win32.zip
   * MinGW-5.16.exe
   * MSYS-1.0.11.exe
   * python-2.6.5.exe
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]