Clarify a bit.

Themaister 2012-03-19 14:52:31 -07:00
parent 99a05cda4c
commit 618a1e27a8
1 changed files with 2 additions and 2 deletions

@ -6,12 +6,12 @@ Download and run [MSYSGit](http://code.google.com/p/msysgit/), and you should be
git clone git://github.com/Themaister/SSNES.git git clone git://github.com/Themaister/SSNES.git
cd SSNES cd SSNES
Now we need to download the library pack and the headers pack, and extract them into the top directory of SSNES. Pick one of these depending on if you're compiling for 32-bit or 64-bit: Now we need to download the library pack and the headers pack, and extract them into the top directory of SSNES. Pick the 32-bit or 64-bit archives depending on which architecture you're building for:
https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip (32-bit)<br/> https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip (32-bit)<br/>
https://github.com/downloads/Themaister/SSNES/SSNES-win64-libs.zip (64-bit)<br/>
https://github.com/downloads/Themaister/SSNES/SSNES-win32-headers.zip (32-bit)<br/> https://github.com/downloads/Themaister/SSNES/SSNES-win32-headers.zip (32-bit)<br/>
https://github.com/downloads/Themaister/SSNES/SSNES-win64-headers.zip (64-bit)<br/> https://github.com/downloads/Themaister/SSNES/SSNES-win64-headers.zip (64-bit)<br/>
https://github.com/downloads/Themaister/SSNES/SSNES-win64-libs.zip (64-bit)<br/>
Note that you might have to install `dsound.h` and `dinput.h` DirectX headers in a place where MinGW can see them. This is typically `C:/MinGW/include` or something like that. Note that you might have to install `dsound.h` and `dinput.h` DirectX headers in a place where MinGW can see them. This is typically `C:/MinGW/include` or something like that.