1
0

contrib/docker_notes.md: add notes re debian apt mirror, and envvars

related https://github.com/spesmilo/electrum/issues/8496
This commit is contained in:
SomberNight
2023-06-22 15:45:30 +00:00
parent 922981e586
commit 1ff4130804
5 changed files with 66 additions and 11 deletions

View File

@@ -15,7 +15,9 @@ similar system.
1. Install Docker
See `contrib/docker_notes.md`.
See [`contrib/docker_notes.md`](../docker_notes.md).
(worth reading even if you already have docker)
2. Build binaries
@@ -27,7 +29,7 @@ similar system.
If you want reproducibility, try instead e.g.:
```
$ ELECBUILD_COMMIT=HEAD ELECBUILD_NOCACHE=1 ./build.sh qml all release-unsigned
$ ELECBUILD_COMMIT=HEAD ./build.sh qml all release-unsigned
```
3. The generated binary is in `./dist`.