Skip to content

NinZine/FenrirEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConceptEngine


Building Android:

 Requires: 

    Android SDK
    Android NDK
    lua 5.1 src
    libpng 1.4 src

 Setup:

    Edit the following files to contain the correct paths:
      $(ProjectFolder)/platform/android/paths.prop (alter NDK_DIR and SDK_DIR)
      $(ProjectFolder)/platform/android/Android.mk (alter LUA_SOURCE_PATH and PNG_SOURCE_PATH)
    Execute the following scripts:
      swig.pl __ANDROID__
      android_setup.sh

 Compile:

    Compile:
      android.sh
    Compile & Install to running emulator:
      android.sh install
    Uninstall from running emulator
      android.sh uninstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors