From c90d74fd4717d3fc8d776eb160f7d3e5b1ff31e9 Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Wed, 15 Apr 2020 08:44:33 +0200 Subject: Revise README with actual build instructions --- README.md | 8 ++++++-- 1 file 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+. -- cgit v1.2.3