File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ sudo apt-get -qq update
2
2
sudo apt-get -y install software-properties-common mlocate
3
3
sudo apt-add-repository -y ppa:dartsim/ppa
4
4
sudo apt-get -qq update
5
- sudo apt-get install -y --no-install-recommends build-essential cmake pkg-config git libeigen3-dev libccd-dev libfcl-dev libboost-regex-dev libboost-system-dev libbullet-dev libode-dev liboctomap-dev libtinyxml-dev libtinyxml2-dev liburdfdom-dev liburdfdom-headers-dev python3-pip python3-numpy libpython3-dev libxi-dev libxmu-dev freeglut3-dev libopenscenegraph-dev libassimp-dev
5
+ sudo apt-get install -y --no-install-recommends build-essential cmake pkg-config git libeigen3-dev libccd-dev libfcl-dev libboost-regex-dev libboost-system-dev libbullet-dev libode-dev liboctomap-dev libtinyxml-dev libtinyxml2-dev liburdfdom-dev liburdfdom-headers-dev python3-pip python3-numpy libpython3-dev libxi-dev libxmu-dev freeglut3-dev libopenscenegraph-dev libassimp-dev libfmt-dev pybind11-dev
6
6
7
7
sudo ln -s /usr/bin/python3 /usr/bin/python
8
8
9
- # if gcc, we can safely use the official package, for clang we need to build it
9
+ # # if gcc, we can safely use the official package, for clang we need to build it
10
10
# if [ "$COMPILER" = "gcc" ]; then
11
- sudo apt-get install -y --no-install-recommends pybind11-dev
11
+ # sudo apt-get install -y --no-install-recommends pybind11-dev
12
12
# fi
13
13
14
14
if [ " $MAGNUM_GUI " = " ON" ]; then
You can’t perform that action at this time.
0 commit comments