Update README.md with build instructions for Android

This commit is contained in:
Connor McLaughlin 2019-12-04 21:57:47 +10:00
parent 737bec0e7d
commit f3e3d9a317

View file

@ -2,7 +2,7 @@
![Main Window Screenshot](https://raw.githubusercontent.com/stenzek/duckstation/md-images/main.png) ![Main Window Screenshot](https://raw.githubusercontent.com/stenzek/duckstation/md-images/main.png)
## Features ## Features
- CPU Recompiler/JIT (x86_64 work-in-progress, AArch64 planned) - CPU Recompiler/JIT (x86-64 and AArch64)
- Hardware (D3D11 and OpenGL) and software rendering - Hardware (D3D11 and OpenGL) and software rendering
- Upscaling and true colour (24-bit) in hardware renderers - Upscaling and true colour (24-bit) in hardware renderers
- "Fast boot" for skipping BIOS splash/intro - "Fast boot" for skipping BIOS splash/intro
@ -38,6 +38,14 @@ Requirements:
3. Compile the source code. For the example above, run `ninja`. 3. Compile the source code. For the example above, run `ninja`.
4. Run the binary, located in the build directory under `src/duckstation/duckstation`. 4. Run the binary, located in the build directory under `src/duckstation/duckstation`.
### Android
Requirements:
- Android Studio with the NDK and CMake installed
1. Open the project in the `android` directory.
2. Select Build -> Build Bundle(s) / APKs(s) -> Build APK(s).
3. Install APK on device, or use Run menu for attached device.
## Running ## Running
1. Configure the BIOS path in the settings. 1. Configure the BIOS path in the settings.
2. Open a disc image file, enjoy. 2. Open a disc image file, enjoy.