Updated build instructions
This commit is contained in:
parent
8c61d40afd
commit
15fa12974d
10
README.md
10
README.md
|
@ -18,11 +18,13 @@ Let's try to keep everything under a single project :)
|
||||||
|
|
||||||
To build for android
|
To build for android
|
||||||
--------------------
|
--------------------
|
||||||
```
|
Tools required:
|
||||||
cd newdc\android\libnewdc
|
-Latest Android SDK and NDK (duh)
|
||||||
android update project -p .
|
-Ant
|
||||||
|
|
||||||
cd ..\..\..\reicast\android
|
From project root directory:
|
||||||
|
```
|
||||||
|
cd shell\android
|
||||||
android update project -p .
|
android update project -p .
|
||||||
|
|
||||||
ndk-build -j 4
|
ndk-build -j 4
|
||||||
|
|
Loading…
Reference in New Issue