mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Add note to Android README about using stable rust version
This commit is contained in:
parent
9b90588ccc
commit
e46d2375ba
|
@ -4,6 +4,7 @@ Requirements for building for Android
|
|||
- At least 10-15 GiB of free disk space.
|
||||
- First follow the general instructions for setting up https://github.com/ddnet/ddnet for building on Linux.
|
||||
This guide has only been tested on Linux.
|
||||
- Note: Use a stable version of Rust. Using the nightly version results in linking errors.
|
||||
- Install the Android NDK (version 26) in the same location
|
||||
where Android Studio would unpack it (`~/Android/Sdk/ndk/`):
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue