[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Tue Nov 23 03:15:34 PST 2010


 win32port.mdwn |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6ed6cabefb537bea23cf62de22bdd57ac4a51409
Author: rgs <rgs at web>
Date:   Tue Nov 23 03:15:33 2010 -0800

diff --git a/win32port.mdwn b/win32port.mdwn
index f885083..d43c289 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -98,9 +98,9 @@ The following lists the process I used to compile XCB under MinGW on my Debian s
 
 -- set the environment variable LIBS to include the ws2\_32 and pthreadGC2 library 
 
-* export LIBS="-lws2\_32 -lpthreadGC2"
+* export LIBS="-L/path/to/pthreads-w32-libs -lws2\_32 -lpthreadGC2"
 
--- configure and build:
+-- configure and build (you'll need package xcb-proto installed):
 
 * ./autogen.sh --host=i586-mingw32msvc
 


More information about the xcb-commit mailing list