diff --git a/README.md b/README.md index 97cad3c..d87e281 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,12 @@ sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-25.0/bin/* ### Install utils ```bash -sudo apt install bc -sudo apt install jq +sudo apt-get install bc +sudo apt-get install jq +sudo apt-get install -y jq autoconf automake build-essential git libtool libsqlite3-dev python3 python3-pip net-tools zlib1g-dev libsodium-dev gettext +pip3 install --upgrade pip +pip3 install mako +pip3 install grpcio-tools ``` ### Install Rust diff --git a/blast_models/blast_cln/build.sh b/blast_models/blast_cln/build.sh index ebe100f..429381d 100755 --- a/blast_models/blast_cln/build.sh +++ b/blast_models/blast_cln/build.sh @@ -16,7 +16,7 @@ else git clone "$DOWNLOAD_URL" "$TARGET_DIR" cd "$TARGET_DIR" - git checkout v23.11.2 + git checkout v24.08.2 ./configure make