From b9609c3b765f248dd8b84180c370888d25168914 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 19 Nov 2016 19:29:34 +0000 Subject: Documented steps for compilation As requested by @madmaxoft. --- android/.gitignore | 6 +----- android/CMakeLists.txt | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'android') diff --git a/android/.gitignore b/android/.gitignore index a9446f022..f23a2c19b 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,5 +1 @@ -/Cuberite/ -/CMakeFiles/ -/lua_native-prefix/ -/tolua_native-prefix/ -CMakeCache.txt \ No newline at end of file +/Cuberite/ \ No newline at end of file diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 849b24d04..4f863d114 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -1,7 +1,3 @@ -# Build command: -# cmake . -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=16 -DCMAKE_BUILD_TYPE=Release -DCMAKE_ANDROID_ARCH_ABI=armeabi -DNATIVE_TOLUA_GENERATOR="" -DCMAKE_ANDROID_NDK="" -# -G "MinGW Makefiles" -DCMAKE_MAKE_PROGRAM="" may also be required on Windows - cmake_minimum_required (VERSION 3.7) project(Cuberite) -- cgit v1.2.3