Add further development tips to README.md

This commit is contained in:
TÖRÖK Attila 2024-01-23 11:45:06 +01:00 committed by GitHub
parent ce33f58064
commit ddf2cd670d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,8 @@ Set the target of `rust-analyzer` to `x86_64-linux-android` (or even `aarch64-li
Also set the `ANDROID_HOME` and `ANDROID_NDK_ROOT` extra environment variables for it to suitable values, so the C parts of the dependencies can also be built by it.
You may also need to set the `TARGET_CC`, `TARGET_CXX`, and `TARGET_AR` environment variables to the full paths of the (sometimes API level-specific) `clang`, `clang++`, and `llvm-ar` binaries, respectively.
---
# TODO
@ -111,4 +113,4 @@ In no particular order:
- [ ] Unbreak the regular build on CI
- No longer relevant after the repo split
- [ ] Clean up commit history of the branch
- No longer relevant after the repo split
- No longer relevant after the repo split