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

It should be possible to build pulseviz even if GTest is not installed. #2

Open
pckbls opened this issue Jul 22, 2018 · 1 comment
Open
Assignees

Comments

@pckbls
Copy link
Owner

pckbls commented Jul 22, 2018

Lacking the latter should only result in not being able to build and execute the tests. This should not affect the build process of the pulseviz binary itself.

@pckbls pckbls self-assigned this Jul 22, 2018
@dagelf
Copy link

dagelf commented Jul 20, 2019

Even so, here are instructions to install GTest

sudo apt install libgtest-dev build-essential cmake
cd /usr/src/googletest
sudo cmake .
sudo cmake --build . --target install

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