BUILD.md: add instructions for Android build

With termux's unofficial Rust toolchain package.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/489/head
Manos Pitsidianakis 1 month ago
parent f78884ce02
commit b048c95a86
No known key found for this signature in database
GPG Key ID: 7729C7707F7E09D0

@ -52,6 +52,22 @@ To use the optional gpg feature, you must have `libgpgme` installed in your syst
In Debian-like systems, install the `libgpgme11` package. In Debian-like systems, install the `libgpgme11` package.
`meli` detects the library's presence on runtime. `meli` detects the library's presence on runtime.
## Building and running on Android with `termux`
This is not a supported or stable setup so caveat emptor.
At the time of writing this, Android is not a stable Rust target.
The packaged Rust from `termux` will be used.
The following steps should suffice to build and run `meli` on `termux`:
```console
$ pkg install rust perl make m4 man
$ cargo install meli # ensure .cargo/bin is in your PATH
```
Exporting `EDITOR` and `PAGER` might be useful.
## Development ## Development
Development builds can be built and/or run with Development builds can be built and/or run with

Loading…
Cancel
Save