From b070984379d4ca9be27a432bfe4d14b7ffe6811f Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 26 Dec 2012 21:04:04 +0000 Subject: [PATCH] snes-add readme with 64bit build notes --- libsnes/readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libsnes/readme.txt diff --git a/libsnes/readme.txt b/libsnes/readme.txt new file mode 100644 index 0000000000..cfa455893b --- /dev/null +++ b/libsnes/readme.txt @@ -0,0 +1,9 @@ +64bit building: + +( http://stackoverflow.com/questions/10325696/mingw-64-bit-install-trouble ) + +install http://code.google.com/p/mingw-builds/downloads/detail?name=i686-mingw32-gcc-4.7.0-release-c,c%2b%2b,fortran-sjlj.zip&can=2&q= to c:\mingw64 + +copy msys from c:\mingw into c:\mingw64; edit the new msys's fstab file to point to mingw64 instead of mingw + +run bizwinmakedistro64.sh from the mingw64's msys \ No newline at end of file