2
0
dm d23bd57da8 min 7 жил өмнө
..
Android.txt 109ca41575 min 8 жил өмнө
CMake+MinGW.txt 1780af447f major changes: 10 жил өмнө
CMake.txt bd20456214 - added visual studio 2015 support 10 жил өмнө
MacOSX.txt bd20456214 - added visual studio 2015 support 10 жил өмнө
VisualStudio.txt 473e787321 updated sdl 7 жил өмнө
emscripten.txt 6e27dd3365 updated emsc 7 жил өмнө
iOS.txt bd20456214 - added visual studio 2015 support 10 жил өмнө
readme.txt d23bd57da8 min 7 жил өмнө

readme.txt

1. Download latest SDL2 source snapshot from http://libsdl.org/hg.php or
RECOMMENDED: oxygine/SDL fork from https://github.com/oxygine/SDL

2. Your folder structure should be organized like this:
any/path/
/oxygine-framework
/SDL

3. Check other instructions for your platform:
- VisualStudio.txt has instructions on how to build Oxygine with Visual Studio on Windows
- Android.txt has instructions on how to build Oxygine for Android
- CMake.txt has instructions on how to build Oxygine with CMake on Windows/Linux
- 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
- iOS.txt and MacOSX.txt have instructions on how to build Oxygine with XCode