Fix libbitcoin build in docker and related README instructions

This commit is contained in:
serkixenos 2023-02-17 05:45:22 +01:00
parent 80d168e5b6
commit 4e2850f826
3 changed files with 3 additions and 0 deletions

View file

@ -136,6 +136,7 @@ RUN \
RUN \
git clone https://github.com/libbitcoin/libbitcoin-build.git && \
cd libbitcoin-build && \
git reset --hard 92c215fc1ffa272bab4d485d369d0306db52d69d && \
./generate3.sh && \
cd ../libbitcoin-explorer && \
./install.sh && \

View file

@ -136,6 +136,7 @@ RUN \
RUN \
git clone https://github.com/libbitcoin/libbitcoin-build.git && \
cd libbitcoin-build && \
git reset --hard 92c215fc1ffa272bab4d485d369d0306db52d69d && \
./generate3.sh && \
cd ../libbitcoin-explorer && \
./install.sh && \

View file

@ -79,6 +79,7 @@ libbitcoin-explorer setup:
```
git clone https://github.com/libbitcoin/libbitcoin-build.git
cd libbitcoin-build
git reset --hard 92c215fc1ffa272bab4d485d369d0306db52d69d
./generate3.sh
cd ../libbitcoin-explorer
sudo ./install.sh