Skip to content

TomKeel/clutter-android

 
 

Repository files navigation

====== Intro ======

Android-Clutter is a set of scripts helping you to build Clutter based
applications for Android. This project mostly relies on jhbuild to
compile all the libraries with the right options.

====== First setup ======

To build Clutter and all its dependencies run :

$ ./build-clutter-android.sh

This script will take care of downloading the Android SDK/NDK for you.

====== Setup and Compile the demo app ======

Once the stack is compiled you can setup and install the demo app by
running :

$ source android-env.sh
$ make ohand-app-full

After you setup the app, any modification to the app can be compiled
and installed by running :

$ make ohand-app

About

No description, website, or topics provided.

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.4%
  • Shell 14.6%