Skip to content

Commit

Permalink
Added explicit cmake install and removed Ubuntu 20.04 from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Dec 19, 2024
1 parent 94dcc05 commit 44649e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/ci_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,13 @@ test_cpp_example() {
# Now I am in Open3D/build/
}

# Install dependencies needed for building documentation (on Ubuntu 20.04)
# Install dependencies needed for building documentation
# Usage: install_docs_dependencies "${OPEN3D_ML_ROOT}"
install_docs_dependencies() {
echo
echo Install ubuntu dependencies
./util/install_deps_ubuntu.sh assume-yes
sudo apt-get install --yes cmake
sudo apt-get install --yes libxml2-dev libxslt-dev python3-dev
sudo apt-get install --yes doxygen
sudo apt-get install --yes texlive
Expand Down

0 comments on commit 44649e9

Please sign in to comment.