Skip to content

Commit 98456a4

Browse files
committed
Separate cmake installation in open3d bash script.
1 parent f161150 commit 98456a4

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

scripts/install_open3d.bash

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ else
2323
fi
2424

2525
$SUDO apt-get update -y
26-
$SUDO apt-get install git libeigen3-dev python3-pip -y
27-
28-
# Install CMake > 3.20 for Open3D 0.18.0 version
29-
# Please refer to 'https://apt.kitware.com/'
30-
$SUDO apt-get install ca-certificates gpg wget -y
31-
test -f /usr/share/doc/kitware-archive-keyring/copyright ||
32-
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | $SUDO tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
33-
34-
echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | $SUDO tee /etc/apt/sources.list.d/kitware.list >/dev/null
35-
$SUDO apt-get update -y
36-
$SUDO apt-get install cmake -y
3726

3827
# To update the recent version of open3d
3928
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)