Skip to content

Build instructions

Jacek Wielemborek edited this page Jun 30, 2020 · 1 revision

Building Inkstone is not the easiest thing to do beacuse of many outdated dependencies. It might be a good idea to try the Docker build script first. Install docker-compose (instructions vary depending on your Linux distribution/operating system) and run the following command in the root of the source directory:

docker-compose up

If the process succeeded, you should be able to find the resulting APK files in .build/android/project/build/outputs/apk. Note that .build is a hidden directory.

Clone this wiki locally