https://github.com/fwgs/microndk
Makefile collection to emulate ndk on standalone toolchains for xash3d builds
https://github.com/fwgs/microndk
Last synced: about 1 year ago
JSON representation
Makefile collection to emulate ndk on standalone toolchains for xash3d builds
- Host: GitHub
- URL: https://github.com/fwgs/microndk
- Owner: FWGS
- Created: 2015-12-23T10:38:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T12:46:07.000Z (about 8 years ago)
- Last Synced: 2025-03-25T13:03:29.908Z (about 1 year ago)
- Language: C
- Size: 426 KB
- Stars: 4
- Watchers: 13
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Microndk is makefile collection for building native xash3d project with standalone toolchain and omit hardfloat problems.
Useful on android with cctools.
To build, change current directory to directory with Android.mk (with module defination) and run:
make -f /path/to/Microndk.mk
Add -j5 if you have 4 cores.
To build engine, place precompiled libSDL2.so to engine folder.