diff options
author | Arne Schwabe <arne@rfc2549.org> | 2019-11-25 16:30:04 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2019-11-25 16:30:08 +0100 |
commit | f998355bde3212f43a6b45db81d60f36119c4d10 (patch) | |
tree | ba5663f0193a59399176f1ab3a31a84188c9bbde /doc | |
parent | 256c1ac781a03ab762d8c599dcdc8792061d1c05 (diff) |
Clarify some thing in doc/README
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/README.txt b/doc/README.txt index 9f434cc6..86ac4523 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -24,13 +24,17 @@ long as the main repo url is on github): git submodule init git submodule update -Build the project using "gradle build" (Or use Android Studio). +Build the project using "gradle build" (Or use Android Studio). Ensure that +the swig executable is the path, otherwise the build will fail. Android studio tends to the whole build of binaries in its sync gradle phase to 15 minutes for initial gradle sync are completely normal. -The native build should with Windows and Linux but is rarely tested -since my main development platform is Mac Os X +To have a version with UI be sure to select the UI variant in Android studio under +build variants. + +The native build should work with Windows and Linux but is rarely tested +since my main development platform is macOS. FAQ |