mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
windows build script: add note to build from fresh clone
This commit is contained in:
parent
5e0179dac4
commit
af232223ee
1 changed files with 13 additions and 0 deletions
|
@ -27,6 +27,19 @@ folder.
|
||||||
|
|
||||||
3. Build Windows binaries
|
3. Build Windows binaries
|
||||||
|
|
||||||
|
It's recommended to build from a fresh clone
|
||||||
|
(but you can skip this if reproducibility is not necessary).
|
||||||
|
|
||||||
|
```
|
||||||
|
$ FRESH_CLONE=contrib/build-wine/fresh_clone && \
|
||||||
|
rm -rf $FRESH_CLONE && \
|
||||||
|
mkdir -p $FRESH_CLONE && \
|
||||||
|
cd $FRESH_CLONE && \
|
||||||
|
git clone https://github.com/spesmilo/electrum.git && \
|
||||||
|
cd electrum
|
||||||
|
```
|
||||||
|
|
||||||
|
And then build from this directory:
|
||||||
```
|
```
|
||||||
$ git checkout $REV
|
$ git checkout $REV
|
||||||
$ sudo docker run \
|
$ sudo docker run \
|
||||||
|
|
Loading…
Add table
Reference in a new issue