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
|
||||
--------------------
|
||||
```
|
||||
cd newdc\android\libnewdc
|
||||
android update project -p .
|
||||
Tools required:
|
||||
-Latest Android SDK and NDK (duh)
|
||||
-Ant
|
||||
|
||||
cd ..\..\..\reicast\android
|
||||
From project root directory:
|
||||
```
|
||||
cd shell\android
|
||||
android update project -p .
|
||||
|
||||
ndk-build -j 4
|
||||
|
|
Loading…
Reference in New Issue