diff options
author | Arne Schwabe <arne@rfc2549.org> | 2018-06-13 13:03:53 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2018-06-13 13:03:53 +0200 |
commit | 842aeac4d7e36f9f4a4fb95e402eeb1e830530c1 (patch) | |
tree | fb3d5607c2c589c64bf46f091be0e49d31b12d4e | |
parent | 0e865ce2f38094a434596afcb3a8d06e3f18f1ed (diff) |
update readme a bit
-rw-r--r-- | doc/README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/README.txt b/doc/README.txt index f629cc72..9f434cc6 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -15,10 +15,11 @@ See the file todo.txt for ideas/not-yet-implemented features (and the bug tracke Build instructions: -- Install sdk, ndk, cmake (e.g. with Android studio), swig (3.0+) +- Install sdk, ndk, cmake (e.g. with Android studio), swig (3.0+), on + Windows perl might be needed for mbedtls -Fetch the git submodules (the default urls for the submodules use ssh, -set up your own GitHub ssh key or change the url to http in .gitmodules): +Fetch the git submodules (the default urls for the submodules work as +long as the main repo url is on github): git submodule init git submodule update |