Martin Felis 10 anni fa
parent
commit
962c894908
3 ha cambiato i file con 9 aggiunte e 3 eliminazioni
  1. 7 1
      README.md
  2. 1 1
      build.xml
  3. 1 1
      project.properties

+ 7 - 1
README.md

@@ -17,7 +17,9 @@ your choice.
 Quick Start:
 Quick Start:
 ------------
 ------------
 
 
-Install the Android NDK and the Android SDK with SDK API 12 and run
+Install the Android NDK and the Android SDK with SDK API 23, set the
+environment variables ```ANDROID_NDK```, ```ANDROID_SDK```, and
+```ANDROID_HOME``` and run
 
 
     ndk-build -j4
     ndk-build -j4
 
 
@@ -39,6 +41,10 @@ Bugs and feature requests should be reported to the issue tracker at [https://bi
 Changelog:
 Changelog:
 ----------
 ----------
 
 
+0.10.0:
+* first official release!
+* Disabled JIT by default as it can cause performance problems. To enable JIT call jit.on()
+
 0.10.0-alpha2:
 0.10.0-alpha2:
 * Update to the next love API 0.10.0 (not yet officially released)
 * Update to the next love API 0.10.0 (not yet officially released)
 * Added building of libtheora
 * Added building of libtheora

+ 1 - 1
build.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- This should be changed to the name of your project -->
 <!-- This should be changed to the name of your project -->
-<project name="love_android_sdl2" default="help">
+<project name="love-android" default="help">
 
 
     <!-- The local.properties file is created and updated by the 'android' tool.
     <!-- The local.properties file is created and updated by the 'android' tool.
          It contains the path to the SDK. It should *NOT* be checked into
          It contains the path to the SDK. It should *NOT* be checked into

+ 1 - 1
project.properties

@@ -11,4 +11,4 @@
 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
 
 
 # Project target.
 # Project target.
-target=android-19
+target=android-23