Skip to content

Commit

Permalink
Win32: update compile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
OV2 committed Oct 15, 2016
1 parent a7a80bd commit 83bd6f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions win32/docs/how2compile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Various software and tools are required to compile Snes9x on Windows:

NOTE: Unicode support requires a special zlib build - see the end of the zlib entry

- Microsoft Visual C++ 7.1 or Microsoft Visual C++ 6.0 SP5 with the
latest Platform SDK, to compile all the C++ source code.
The current official binary is compiled with Visual Studio 2008, you'll have to create
your own project file for earlier MSVC versions
- The current official binary is compiled with Visual Studio 2015, you'll have to create
your own project file for earlier MSVC versions. VS2015 will automatically ask to install
the correct Windows SDK Version (7.1A)

- A recent DirectX SDK. The official binary is compiled against the June 2008 SDK.
- A recent DirectX SDK. The official binary is compiled against the August 2009 SDK.
Note that as of the June 2010 release of the DirectX SDK, DirectDraw (which is
necessary to compile) has been removed.
https://www.microsoft.com/en-us/download/details.aspx?id=23549

- zlib (optional) - The release binaries are built against a static zlib compiled
against VC's multi-threaded C runtime and renamed to zlibmt.lib, to avoid linker conflicts.
Expand Down

0 comments on commit 83bd6f3

Please sign in to comment.