diff --git a/COMPILING.md b/COMPILING.md index e9a90ad161..4588a3f1d4 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -145,3 +145,11 @@ Will build the file and make it available in `./Release/Jamulus.app` * Run `/path/to/qt/5.15.2/ios/bin/qmake -spec macx-xcode Jamulus.pro` * Open the generated .xcodeproject in XCode, check the Signing & Capabilities and configure a team * To run on a iOS device, build and run on the device, you'll have first trust your developer profile in device's Settings. + +## Android +* Install Qt, including the Android support from the Qt installer +* Follow Qt's [Getting Started with Qt for Android](https://doc.qt.io/qt-5/android-getting-started.html) instructions +* Make sure Jamulus submodules are present, notably oboe: +`git submodule update --init` +* Open Jamulus.pro in Qt Creator +* Now you should be able to Build & Run for Android.