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
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.
The text was updated successfully, but these errors were encountered:
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
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 untilgtest
has been built—that that takes a few steps.We should update the README to direct users to the
gtest
README, and to build thegtest
library in the designated path.The text was updated successfully, but these errors were encountered: