readme.VisualStudio 720 B

1234567891011121314
  1. 1. read readme.SDL2
  2. 2. There is prebuilt solution for VS2010 with Demo example:
  3. =================================================================================================
  4. - open solution from oxygine-framework\examples\Demo\proj.win32\
  5. - if you don't have directx sdk installed then find open SDL_config_windows.h and comment this line:
  6. //#define SDL_AUDIO_DRIVER_XAUDIO2 1
  7. - try to build Demo
  8. - copy
  9. all required dlls from oxygine-framework\oxygine\third_party\win32\dlls\
  10. and SDL2.dll from SDL\VisualC\SDL\Win32\ <Debug> or <Release>
  11. to oxygine-framework\examples\Demo\data\
  12. - ready! run!
  13. =================================================================================================