Updated readme to explain which SDL dll to use on windows.

This commit is contained in:
Mikko Mononen 2015-06-22 18:49:53 +03:00
parent 887f208332
commit 1dd5cf1883

View File

@ -45,6 +45,8 @@ RecastDemo uses [premake4](http://industriousone.com/premake) to build platform
See premake4 documentation for full list of supported build file types. The projects will be created in `RecastDemo/Build` folder. And after you have compiled the project, the *RecastDemo* executable will be located in `RecastDemo/Bin` folder.
*Note:* On Windows, please use x86 version of the SDL.dll to run the demo Application.
## Integrating with your own project