mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 11:44:13 +02:00
12 lines
590 B
Markdown
12 lines
590 B
Markdown
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:
|
|
|
|
1. Create the folders ```theora```, and ```theora/build```
|
|
2. Extract the source of the theora library to ```theora/src```
|
|
3. Copy the files ```ndkenv.sh``` and ```configure_android.sh``` to ```theora/build```
|
|
4. Go to the ```theora/build``` directory and run ```configure_android.sh```
|
|
|
|
You might have to adjust some paths and build settings in ```ndkenv.sh```
|
|
and ```configure_android.sh```.
|