mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
23 lines
603 B
Markdown
23 lines
603 B
Markdown
Android Port of LÖVE, the awesome 2D game engine LÖVE (http://love2d.org)
|
|
Copyright (c) 2013 Martin Felis <martin@fysx.org>
|
|
|
|
Instructions:
|
|
-------------
|
|
|
|
Install the Android SDK and Android NDK and run
|
|
|
|
ndk-build
|
|
|
|
in the root folder of this project or load the project using Eclipse and
|
|
compile/run it using Eclipse.
|
|
|
|
License:
|
|
--------
|
|
|
|
This project contains code from various projects using various licenses.
|
|
Please look into the folders of jni/<projectname>/ for the respective
|
|
licenses.
|
|
|
|
As for the other code and build system files, these are published under the
|
|
zlib license (same as LÖVE).
|