[Xcb-commit] win32port.mdwn
XCB site
xcb at freedesktop.org
Tue Nov 23 03:27:33 PST 2010
win32port.mdwn | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit c4f53363717517bb715b9d06463c6757f2c10537
Author: rgs <rgs at web>
Date: Tue Nov 23 03:27:32 2010 -0800
diff --git a/win32port.mdwn b/win32port.mdwn
index d43c289..a4f0c30 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -100,10 +100,12 @@ The following lists the process I used to compile XCB under MinGW on my Debian s
* export LIBS="-L/path/to/pthreads-w32-libs -lws2\_32 -lpthreadGC2"
--- configure and build (you'll need package xcb-proto installed):
+-- configure (you'll need package xcb-proto installed):
* ./autogen.sh --host=i586-mingw32msvc
+-- build (you'll need package python-xcbgen installed):
+
* make
If all goes well the DLL is created within the src/.libs directory.
More information about the xcb-commit
mailing list