dm 7 年之前
父节点
当前提交
d23bd57da8
共有 1 个文件被更改,包括 12 次插入13 次删除
  1. 12 13
      readme/readme.txt

+ 12 - 13
readme/readme.txt

@@ -1,15 +1,14 @@
-If you are using:
-	- SDL2:
-		1. Download latest SDL2 source snapshot from http://libsdl.org/hg.php
-		2. Your folder structure should be organized like this:
-			any/path/
-					/oxygine-framework
-					/SDL
+1. Download latest SDL2 source snapshot from http://libsdl.org/hg.php or
+   RECOMMENDED: oxygine/SDL fork from https://github.com/oxygine/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 and Linux
-			- iOS.txt and MacOSX.txt have instructions on how to build Oxygine with XCode
+2. Your folder structure should be organized like this:
+	any/path/
+			/oxygine-framework
+			/SDL
 
-	- Marmalade: Read Marmalade.txt
+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