12 lines
205 B
Markdown
12 lines
205 B
Markdown
|
|
BUILDING:
|
|
|
|
Download the android ndk, e.g:
|
|
https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip
|
|
(I used android-ndk-10d)
|
|
|
|
Unzip it and install ensure ndk-build is in your PATH
|
|
|
|
make
|
|
|