Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-15 09:44:33 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-15 09:44:33 +0300
commitc90d74fd4717d3fc8d776eb160f7d3e5b1ff31e9 (patch)
treee2a28e21462358c8b4ff10cc2c95005dcc65076b
parente858d3819effd4981d2e55c0bae5df9585065aa2 (diff)
Revise README with actual build instructions
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index db6adb4..021e139 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,15 @@ More to come...
## Building on GNU/Linux
+TODO: humla-spongycastle should be built as a sub-project of Humla's Gradle,
+but currently isn't.
+
+ pushd libraries/humla/libs/humla-spongycastle
+ ../../gradlew jar
+ popd
git submodule update --init --recursive
./gradlew assembleDebug
-It's that simple!
-
## License
Mumla's [LICENSE](LICENSE) is GNU GPL v3+.