mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Clarify that you need Nix for building this
This commit is contained in:
parent
873b9063e0
commit
e3b9ff1de2
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ is probably not interesting for you, just download and use a prebuilt one.
|
||||||
If you really want to rebuild it, you can just use Android Studio for that.
|
If you really want to rebuild it, you can just use Android Studio for that.
|
||||||
|
|
||||||
The zipball generation script is probably what you are after.
|
The zipball generation script is probably what you are after.
|
||||||
Modify it, run it as `./generate_bootstrap_zipball aarch64`
|
Get an x86_64 computer with Nix
|
||||||
|
(running a reasonably recent version of NixOS would work out the best).
|
||||||
|
Modify the script, run it as `./generate_bootstrap_zipball aarch64`
|
||||||
or `./generate_bootstrap_zipball i686`,
|
or `./generate_bootstrap_zipball i686`,
|
||||||
put the resulting files on some HTTP server,
|
put the resulting files on some HTTP server,
|
||||||
and specify the parent directory URL during the installation.
|
and specify the parent directory URL during the installation.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue