diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-14 23:27:34 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-14 23:27:34 +0100 |
| commit | e25511131b08c839f32515da87333db78f24d630 (patch) | |
| tree | a43fdd6f48780e4b8977a597214e97c986b73d06 /README.Android.txt | |
| parent | 16181a3afb550b5e8d43c3f2103c0c2841f01052 (diff) | |
Android: modifying CMake to also create AndroidStudio IDE
Diffstat (limited to 'README.Android.txt')
| -rw-r--r-- | README.Android.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.Android.txt b/README.Android.txt index 21f7fcc8f..fbbff3679 100644 --- a/README.Android.txt +++ b/README.Android.txt @@ -72,6 +72,20 @@ Limitations: - many many big and little functions are not yet implemented +Scratch Pad +----------- + +2019 approach: +```bash +cmake -G "Unix Makefiles" \ + -D OPTION_USE_SYSTEM_LIBJPEG=Off \ + -D OPTION_USE_SYSTEM_ZLIB=Off \ + -D OPTION_USE_SYSTEM_LIBPNG=Off \ + -D OPTION_CREATE_ANDROID_STUDIO_IDE=On \ + ../.. +``` + + DOCUMENT HISTORY ---------------- |
