Magic_Ling_Pixel_Dungeon/SPD-classes/src/main/jniSources/README.txt

12 lines
645 B
Plaintext
Raw Normal View History

These sources are provided for FOSS completeness, but compiling them is optional.
The folder jniLibs already contains compiled versions of FroyoGLES20Fix.c, and makes compiling
The sources here an optional step in building Shattered Pixel Dungeon. This is done so that
The Android NDK is not required for project compilation, but those who want to ensure they are 100%
building from source can still do so.
There is no functional difference between using the provided .so files, and compiling your own.
In order to compile these files you will need the Android NDK.
TODO: provide build instructions, or a build script, or make a gradle task.