From f846a38f6a4c28e7c176ce94c9e6535bcb8a18e9 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 20:36:50 +0200 Subject: bla --- pacman-c++/COMPILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacman-c++') diff --git a/pacman-c++/COMPILE b/pacman-c++/COMPILE index 8e588d3..0ecebde 100644 --- a/pacman-c++/COMPILE +++ b/pacman-c++/COMPILE @@ -17,11 +17,11 @@ $ ./rebuild.sh compile enet: - download and extract http://enet.bespin.org/download/enet-1.3.1.tar.gz to pacman directory - rename enet-1.3.1 to enet -- open cmd and cd to that directory - use (mingw-)gcc (the same qt sdk is using) and compile enet you can either use mingw + configure or compile enet on your own using commandline method below compile enet - commandline method: +- open cmd and cd to the enet-directory - you will need to expand %PATH% before mingw tools are usable (set PATH=/path/to/mingw;%PATH%) - execute do this for every *.c-file replacing $file with the filename: $ gcc -DWIN32 -I. -Iinclude -g -O2 -c -o $file.o $file.c -- cgit v1.2.3