mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 09:50:28 +00:00
remove blake2 dependency
This commit is contained in:
@ -30,7 +30,7 @@ Either the full set of messages in the DB can be synced, or the results of one o
|
||||
|
||||
A C++20 compiler is required, along with a few other common dependencies. On Debian/Ubuntu use these commands:
|
||||
|
||||
sudo apt install -y git build-essential libyaml-perl libtemplate-perl libssl-dev zlib1g-dev liblmdb-dev libflatbuffers-dev libsecp256k1-dev libb2-dev libzstd-dev
|
||||
sudo apt install -y git build-essential libyaml-perl libtemplate-perl libssl-dev zlib1g-dev liblmdb-dev libflatbuffers-dev libsecp256k1-dev libzstd-dev
|
||||
git submodule update --init
|
||||
make setup-golpe
|
||||
make -j4
|
||||
|
Reference in New Issue
Block a user