summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrgs <rgs@web>2010-11-23 02:06:59 -0800
committerXCB site <xcb@freedesktop.org>2010-11-23 02:06:59 -0800
commit5a60ebc82fa1f03ef2f60d6632a136421bf47dda (patch)
tree1c4e793379d57e7d09d325c28cc0e1ab5b8fabc9
parentefb722ee2489c625b250d6a858cdcdee46b585fe (diff)
-rw-r--r--win32port.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32port.mdwn b/win32port.mdwn
index b3700e0..1fd8c7d 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -67,8 +67,11 @@ The following lists the process I used to compile XCB under MinGW on my Debian s
-- compiled and installed x11proto under standard linux ./autogen && make && make install....then copied the headers from /usr/local/include/X11 to /use/i586-mingw32msvc/include physically.
-- Compiled the DLL version of libXau:
+
* ./autogen.sh --host=i586-mingw32msvc
+
* make
+
* make install
-- Compiled and installed the pthread-win32 library (<http://sourceware.org/pthreads-win32/>)