You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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/
There is no "build-haven.sh"
( I built on Ubuntu using the monero build instructions)
The text was updated successfully, but these errors were encountered: