Skip to content

Commit

Permalink
add missing lib install command to dep_debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot authored and Robot committed Jul 18, 2017
1 parent 157db15 commit 123db6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dep_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ apt-get install autoconf
apt-get install automake
# Libtool
apt-get install libtool
# Cmake
apt-get install cmake

#======== obtaining the dependencies OCTAVE require ========
#-------- Build Dependencies --------
Expand Down Expand Up @@ -78,3 +80,7 @@ apt-get install libqtcore4 libqt4-network libqtgui4
apt-get install libsuitesparse-dev
# zlib
apt-get install zlib1g zlib1g-dev
# libboost
apt-get install libboost-dev
# libeigen
apt-get install libeigen3-dev

0 comments on commit 123db6b

Please sign in to comment.