From 6f4641f24cd9e89c34771b19370d3319fb65f981 Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Tue, 2 Jul 2024 20:56:41 +0100 Subject: [PATCH] Added Android instructions --- Building-from-source.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Building-from-source.md b/Building-from-source.md index ac36d04..93bc56d 100644 --- a/Building-from-source.md +++ b/Building-from-source.md @@ -164,6 +164,18 @@ This unofficial CLI installer allows downloading and installing the latest first + +
+

Android

+ +Firstly, ensure that [Android Studio](https://developer.android.com/studio) is installed with NDK and CMake support enabled in the SDK tools. + +Then, follow these instructions: +- Start Android Studio and on the startup dialog select 'Open'. +- Navigate to the `Lime3DS/src/android` directory and click on 'Ok' +- Build the project with 'Build' > 'Make Project' or run it on an Android device with 'Run' > 'Run 'app'' +
+

OpenBSD (Unofficial)