From 646de828b9150bcf2398f493f9078a0d38826b5d Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Thu, 11 May 2017 23:04:55 +0200 Subject: [PATCH] Slight adjustments on how to build with the new gradle build system --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdb5c971..b7ddc794 100644 --- a/README.md +++ b/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 +Copyright (c) 2013-2017 Martin Felis 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