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)