mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
fix readme with up-to-date info
This commit is contained in:
parent
4338c536ad
commit
13516267cb
11
README.md
11
README.md
|
@ -60,20 +60,21 @@ prerequisites: Android SDK, command line tools, NDK, platform-tools, latest JDK\
|
||||||
|
|
||||||
**Setup:**
|
**Setup:**
|
||||||
|
|
||||||
|
latest unpublished (git) version of cargo-apk is required
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install cargo-apk
|
cargo install --git https://github.com/rust-mobile/cargo-apk cargo-apk
|
||||||
cargo target add aarch64-linux-android
|
rustup target add aarch64-linux-android
|
||||||
```
|
```
|
||||||
|
|
||||||
**Build:**
|
**Build:**
|
||||||
|
|
||||||
`--no-default-features` is required for keyboard input!\
|
`--no-default-features` is required for keyboard input!\
|
||||||
(`prefer-raw-events` feature *must* be disabled on android)
|
(`prefer-raw-events` feature *must* be disabled on android)\
|
||||||
|
|
||||||
Mouse input is not implemented, touch only!
|
Mouse input is not implemented, touch only!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo apk build -p kubi --no-default-features
|
cargo apk build -p kubi --lib --no-default-features
|
||||||
```
|
```
|
||||||
|
|
||||||
**Run:**
|
**Run:**
|
||||||
|
|
Loading…
Reference in a new issue