Skip to content

Commit

Permalink
Adding Boost C++ dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ipduh committed Oct 18, 2018
1 parent c61d139 commit 68a2915
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# See the COPYING file in the main directory for details.
Expand Down Expand Up @@ -115,6 +115,7 @@ installIfMissing libreadline-dev
installIfMissing libncurses5
installIfMissing libncurses5-dev
installIfMissing pkg-config
installIfMissing libboost-all-dev
# libsqliteodbc deps
installIfMissing cdbs
installIfMissing libsqlite0-dev
Expand Down

0 comments on commit 68a2915

Please sign in to comment.