This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying | |
# file Copyright.txt or https://cmake.org/licensing for details. | |
#.rst: | |
# FindOpenMP | |
# ---------- | |
# | |
# Finds OpenMP support | |
# | |
# This module can be used to detect OpenMP support in a compiler. If |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install -y curl apt-utils lsb-release wget iputils-ping gnupg apt-file nano sudo | |
sudo curl https://packages.humanoids.kit.edu/h2t-key.pub | sudo apt-key add - | |
sudo echo -e "deb http://packages.humanoids.kit.edu/bionic/main bionic main\ndeb http://packages.humanoids.kit.edu/bionic/testing bionic testing" | sudo tee /etc/apt/sources.list.d/armarx.list | |
sudo apt-file update | |
#sudo apt-get install -y h2t-* | |
sudo apt-get install -y h2t-libbullet h2t-libcoin80 h2t-libcoin80-dev h2t-libcoin80-doc h2t-libsimage h2t-libsimage-dev h2t-libsoqt5-20 h2t-libsoqt5-dev h2t-libsoqt5-unspecified |