readme.txt 722 B

1234567891011121314
  1. 1. Download latest SDL2
  2. RECOMMENDED: oxygine/SDL fork from https://github.com/oxygine/SDL
  3. 2. Your folder structure should be organized like this:
  4. any/path/
  5. /oxygine-framework
  6. /SDL
  7. 3. Check other instructions for your platform:
  8. - VisualStudio.txt has instructions on how to build Oxygine with Visual Studio on Windows
  9. - Android.txt has instructions on how to build Oxygine for Android
  10. - CMake.txt has instructions on how to build Oxygine with CMake on Windows/Linux
  11. - CMake+MinGW.txt has instructions on how to build Oxygine with CMake on Windows using MinGW compiler and create project compatible with CodeBlocks/CLion/etc IDE
  12. - iOS.txt and MacOSX.txt have instructions on how to build Oxygine with XCode