From 74e7c8bbf1da47eaafa8aedbe8c3445965262f1e Mon Sep 17 00:00:00 2001 From: jeid64 Date: Sat, 13 Aug 2016 15:07:20 -0400 Subject: [PATCH] Add basic building instructions to README (#227) * Add basic building instructions to README Added instructions to build APK for developers. Included getting submodules and installing NDK. * Spelling fixes. Added ndk.dir --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4c1f4925..603c7414 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ This project is being actively developed at [XDA Developers](http://forum.xda-de 2. Write code 3. Send Pull Requests +##Building +* Install Android Studio and the Android NDK +* Run ‘git submodule update --init --recursive’ from within moonlight-android/ +* In moonlight-android/, create a file called ‘local.properties’. Add an ‘ndk.dir=’ property to the local.properties file and set it equal to your NDK directory. +* Build the APK using Android Studio + ##Authors * [Cameron Gutman](https://github.com/cgutman)