From 6d2e66b7dc0b5c522f8299b0b3e47a34bf838c35 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 21 Apr 2016 16:46:13 +0300 Subject: [PATCH] update readmes --- README.md | 2 +- android/android_project/README.md | 17 ++++++++++++++++- dub.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4da89e3..4c10d6fa 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ WARNING: dependencies in dlangui/deps now are git submodules (if you previously Main features: -* Crossplatform (Win32, OSX, and Linux are supported in current version); can use SDL2 as a backend. +* Crossplatform (Win32, OSX, Linux and Android are supported in current version) * Mostly inspired by Android UI API (layouts, styles, two phase layout, ...) * Supports highly customizable UI themes and styles * Supports internationalization diff --git a/android/android_project/README.md b/android/android_project/README.md index 70273da3..0600261c 100644 --- a/android/android_project/README.md +++ b/android/android_project/README.md @@ -30,7 +30,22 @@ export LDC=$HOME/ldc2-android-arm-0.17.0-alpha2-linux-x86_64 export NDK_ARCH=x86_64 -Use LDC cross compiler for armv7a build according instructions +Use LDC cross compiler for armv7a build according instructions https://wiki.dlang.org/Build_LDC_for_Android#Build_a_sample_OpenGL_Android_app_ported_to_D + +Building +======== + +Run ./build_apk.sh + +bin/NativeActivity-debug.apk + + +Deploy APK on device +==================== + +Run ./deploy_apk.sh + +It will run `adb install bin/NativeActivity-debug.apk` diff --git a/dub.json b/dub.json index 90c0085d..cf96d7de 100644 --- a/dub.json +++ b/dub.json @@ -1,6 +1,6 @@ { "name": "dlangui", - "description": "Cross platform GUI for D. Layouts, styles, themes, unicode, i18n, OpenGL, widget set.", + "description": "Cross platform GUI for D. Layouts, styles, themes, unicode, i18n, OpenGL, widgets. Android support.", "homepage": "https://github.com/buggins/dlangui", "license": "Boost", "authors": ["Vadim Lopatin"],