diff options
| author | Djuric | 2022-04-24 14:59:36 -0300 |
|---|---|---|
| committer | GitHub | 2022-04-24 19:59:36 +0200 |
| commit | ab4c73f9f3dda374e0ff60f2eab382612093263e (patch) | |
| tree | db2859d4aeacd2a7c6c2e30c406b153b0d2175aa | |
| parent | e52e537fd717bb27536a7e467d309fbf8ed958f9 (diff) | |
| download | unexpected-keyboard-ab4c73f9f3dda374e0ff60f2eab382612093263e.tar.gz unexpected-keyboard-ab4c73f9f3dda374e0ff60f2eab382612093263e.zip | |
Add build instructions to the contributing page (#130)
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13e2ad7..bc4b288 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ Fortunately, there's not many dependencies: - OpenJDK 8 - Android SDK: build tools (minimum `28.0.1`), platform `30` - Make sure to have the `$ANDROID_HOME` environment variable set. +- FontForge version >= 20201107 For Nix users, there's a `shell.nix` for setting-up the right environment. @@ -23,6 +24,9 @@ make If the build succeed, the debug apk is located in `_build/juloo.keyboard2.debug.apk`. +If the build doesn't succeeded check the FontForge version, the version needed is 20201107. +Try to use the nix-shell, instructions to install [here](https://nixos.wiki/wiki/Nix_Installation_Guide) + ## Using the local debug.keystore on the Github CI actions It's possible to save the local debug.keystore into a github secret, so the same keystore is utilized to build the debug apk in the CI github actions. |
