summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:37:35 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:37:37 +0900
commit8c716c24c89f4229ba1dd2859df94827d8c935c8 (patch)
treea426831630e5bf1bdf1cd204216d958c4b131e85 /README.win32
parente94eac598d6c67611cd184e40480265208110b14 (diff)
downloadpygobject2-8c716c24c89f4229ba1dd2859df94827d8c935c8.tar.gz
pygobject2-8c716c24c89f4229ba1dd2859df94827d8c935c8.tar.bz2
pygobject2-8c716c24c89f4229ba1dd2859df94827d8c935c8.zip
Imported Upstream version 2.90.4
Change-Id: Ib8f95df396c1690e019c961142cb5fc6de1b394c Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3221
1 files changed, 0 insertions, 21 deletions
diff --git a/README.win32 b/README.win32
deleted file mode 100644
index 5819c8d..0000000
--- a/README.win32
+++ /dev/null
@@ -1,21 +0,0 @@
-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 the following to your msys environment variables
- (open and append to C:\msys\1.0\etc\profile) or set for the session
-
- $ 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
-
- 5. In msys shell, build with
-
- $ 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