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

README/Chapter 1: make test won't work before gtest is built #34

Open
mbeyeler opened this issue Jul 18, 2017 · 2 comments
Open

README/Chapter 1: make test won't work before gtest is built #34

mbeyeler opened this issue Jul 18, 2017 · 2 comments

Comments

@mbeyeler
Copy link
Member

Imported from CARLsim3, applies to README/User Guide Chapter 1 of CARLsim4, too:

From @SigmaX :

Since we include gtest as a submodule, building tests is easy and convenient.

But the README suggest that building the tests is as simple as running make test after checkout. This won't work until gtest has been built—that that takes a few steps.

We should update the README to direct users to the gtest README, and to build the gtest library in the designated path.

@mbeyeler
Copy link
Member Author

An alternative would be to have make test automatically compile gtest if needed (i.e., run the cmake recipe as part of make test).

@Amri95
Copy link

Amri95 commented Dec 2, 2019

An alternative would be to have make test automatically compile gtest if needed (i.e., run the cmake recipe as part of make test).

Hello there,
I want to install CARLsim4 to my virtual system "ubuntu16.04" without GPU. Can you please provide me step by step guidelines. Hard to understand the installation procedure.
Best Regards

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

No branches or pull requests

2 participants