diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Basic *nix build instructions: Basic WIN32 build instructions (on Fedora 13; requires mingw32): ./autogen.sh - MINGW32_CFLAGS="-O2 -Wall -msse2" mingw32-configure + MINGW32_CFLAGS="-O3 -Wall -msse2" mingw32-configure make ./mknsis.sh |