diff options
author | David Carlier <[email protected]> | 2019-07-03 14:03:14 +0000 |
---|---|---|
committer | David Carlier <[email protected]> | 2019-07-03 14:03:14 +0000 |
commit | 8393ac028fac8c3519ca0c291546806099b22d12 (patch) | |
tree | 2f769d9d5355b84aafa9ae16fa664de178114ad5 /doc | |
parent | 110af949412e7c4b28b447a3600a947ddf2a2f2f (diff) |
Android docker build proposal.
Using external image just for the NDK and focusing on the two
most popular architectures.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/building.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/building.rst b/doc/building.rst index 9bc5c03ad..b4cdb7a12 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -250,6 +250,17 @@ executed on a browser, use:: em++ -s ALLOW_MEMORY_GROWTH=1 -s DISABLE_EXCEPTION_CATCHING=0 -s WASM=1 \ --preload-file src/tests/data botan-test.bc -o botan-test.html +Docker +-------- + +To build android version, there is the possibility to use +the docker way:: + + sudo SDK=21 src/scripts/docker-android.sh + +This will produce the docker-builds/android folder containing +each architecture compiled. + Supporting Older Distros -------------------------- |