From e25511131b08c839f32515da87333db78f24d630 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 14 Jan 2019 23:27:34 +0100 Subject: Android: modifying CMake to also create AndroidStudio IDE --- README.Android.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.Android.txt') 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 ---------------- -- cgit v1.2.3