Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions out of date (2.1.0) #26

Open
nahuhh opened this issue Dec 25, 2021 · 2 comments
Open

Build instructions out of date (2.1.0) #26

nahuhh opened this issue Dec 25, 2021 · 2 comments

Comments

@nahuhh
Copy link

nahuhh commented Dec 25, 2021

There is no "build-haven.sh"

( I built on Ubuntu using the monero build instructions)

@RoceIt
Copy link

RoceIt commented Dec 26, 2021

those instructions should be updated. i use:
make release

@nahuhh
Copy link
Author

nahuhh commented Mar 28, 2022

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants