haven-protocol-org / haven-main

Haven is an untraceable cryptocurrency with a mix of standard market pricing and real world asset-pegged value storage. It achieves this via a “mint and burn” process within a single blockchain.
https://havenprotocol.org
Other
39 stars 25 forks source link

Build instructions out of date (2.1.0) #26

Open nahuhh opened 2 years ago

nahuhh commented 2 years ago

There is no "build-haven.sh"

( I built on Ubuntu using the monero build instructions)

RoceIt commented 2 years ago

those instructions should be updated. i use: make release

nahuhh commented 2 years ago

Update

[1] On Debian/Ubuntu libgtest-dev only includes sources and headers. You must build the library binary manually. This can be done with the following command sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/

I believe the command should be

sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && cd lib && sudo mv libg* /usr/lib/