-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,4 +146,11 @@ fi | |
sudo cp "$EMC_SYSTEM_DIR"/devel/lib/libemc_system.so /usr/lib/libemc-framework.so | ||
sudo cp "$EMC_SYSTEM_DIR"/src/emc_system/include/emc /usr/include/ -r | ||
|
||
# 6) Install gtest for localization assignments | ||
_make_sure_installed libgtest-dev | ||
cd /usr/src/gtest | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
KdVos
Author
Contributor
|
||
sudo cmake CMakeLists.txt | ||
sudo make | ||
sudo cp ./lib/libgtest*.a /usr/lib | ||
|
||
trap - ERR |
Why would you need to build something which is installed by apt-get?