Skip to content

Commit

Permalink
Update install_bash.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
chutsu committed Nov 28, 2023
1 parent 319a51e commit 7df614f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deps/scripts/install_ceres.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ source "$BASEDIR/config.bash"

echo "installing ceres-solver ..."

# apt_install libunwind-dev
apt_install libunwind-dev
apt_install libgflags-dev
apt_install libgoogle-glog-dev
# apt_install libceres-dev
# apt_install libceres2

# Dependencies
# apt_install libtbb2-dev

# Clone
if [ ! -d $INSTALL_PREFIX/src/ceres-solver ]; then
cd $INSTALL_PREFIX/src
Expand Down

0 comments on commit 7df614f

Please sign in to comment.