瀏覽代碼

Slight adjustments on how to build with the new gradle build system

Martin Felis 8 年之前
父節點
當前提交
a1aca69aa4
共有 1 個文件被更改,包括 9 次插入3 次删除
  1. 9 3
      README.md

+ 9 - 3
README.md

@@ -1,5 +1,5 @@
 Android Port of LÖVE, the awesome 2D game engine LÖVE (http://love2d.org)
-Copyright (c) 2013-2016 Martin Felis <[email protected]>
+Copyright (c) 2013-2017 Martin Felis <[email protected]>
 
 Instructions:
 -------------
@@ -18,8 +18,14 @@ Quick Start:
 ------------
 
 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
+environment variables ```ANDROID_NDK```, ```ANDROID_SDK```and
+```ANDROID_HOME```, create a file ```local.properties``` with contents:
+
+    ndk.dir=/opt/android-ndk
+    sdk.dir=/opt/android-sdk
+
+(you may have to adjust the paths to the install directories of the Android
+SDK and Android NDK on your system) and run
 
     ./gradlew build