mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 03:34:18 +02:00
590 B
590 B
Building for Android should work using the config.h found in this
directory. Should you need to recreate the config.h file due to an
update of libtheora you have to do the following:
- Create the folders
theora, andtheora/build - Extract the source of the theora library to
theora/src - Copy the files
ndkenv.shandconfigure_android.shtotheora/build - Go to the
theora/builddirectory and runconfigure_android.sh
You might have to adjust some paths and build settings in ndkenv.sh
and configure_android.sh.