From 8e471a128270e88532ad3b87e6fa0d7aacc02bad Mon Sep 17 00:00:00 2001 From: gtrxAC <59177874+gtrxAC@users.noreply.github.com> Date: Wed, 20 Jul 2022 21:35:32 +0300 Subject: [PATCH] Updated Working for Android (on Linux) (markdown) --- Working-for-Android-(on-Linux).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Working-for-Android-(on-Linux).md b/Working-for-Android-(on-Linux).md index c30b3f3..e1c014a 100644 --- a/Working-for-Android-(on-Linux).md +++ b/Working-for-Android-(on-Linux).md @@ -1,5 +1,7 @@ This guide shows you how to set up and build a raylib project for Android on Linux. This was tested on Ubuntu 21.10 (64-bit only) and Android 10. Generated APK files will run on Android 6 and up. +This guide is based on [gxbuild](https://github.com/gtrxAC/gxbuild), a simple shell script based build system that can build for Windows, Linux, Web and Android. + # Setup ## Directory setup