sgl

diff README @ 31:124195562f7e

FUCKING AUTORELEASE POOL
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 03 Jul 2011 04:33:32 +0300
parents edbfc96fe80d
children
line diff
     1.1 --- a/README	Tue Jun 28 13:52:02 2011 +0300
     1.2 +++ b/README	Sun Jul 03 04:33:32 2011 +0300
     1.3 @@ -12,3 +12,9 @@
     1.4  
     1.5  Finally the module source code must start by including "config.h", and the rest
     1.6  of it from that point on must be in a big ifdef USE_WSYS_MODULE_WHATEVER block.
     1.7 +
     1.8 +Building on windows
     1.9 +-------------------
    1.10 +If you decide to use the visual studio project files to build sgl, you still
    1.11 +need to run the configure script in order to generate config.h and modules.c.
    1.12 +Msys or cygwin should do the trick.