Giter VIP home page Giter VIP logo

solarus-android's Introduction

How to build for Android:

0)Install apache-ant and the android-ndk.

1)Clone the last "commandergenius" code: git clone https://github.com/pelya/commandergenius.git

2)Cd to the "project/jni" folder and clone "libphysfs-android" to the "project/jni/physfs" folder: git clone [email protected]:sam101/libphysfs-android.git physfs

3)Cd to the "project/jni" folder and clone "libmodplug-android" to "project/jni/modplug": git clone [email protected]:sam101/libmodplug-android.git modplug

4)Get the last "SDL_image" from SDL image website, modify the 
"LOCAL_MODULE" to "sdl_image" and the "LOCAL_SHARED_LIBRARIES" to "sdl". Don't set "-O3", the game would crash.

4)Edit "Settings.mk" and "SettingsTemplate.mk" and add "physfs  modplug" to the "APP_MODULES" var.

5)clone the last "solarus-android" code to the "project/jni/application/solarus" folder, and do a symlink: "ln -s solarus project/jni/application/src" (MUST be the relative link)

6)Execute "./ChangeAppSettings.sh -a"

7)Do "android update project -p project -t android-12"

8)Then, build using "./build.sh" (Make sure to have your android NDK in the PATH)

solarus-android's People

Contributors

christopho avatar is06 avatar benobiwan avatar slepetit42 avatar vlag avatar 19oj19 avatar rcjx avatar supertazon avatar morwenn avatar rypervenche avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.