From 68a2915ae45a03a34ff7dc72c04c67ce5b306af1 Mon Sep 17 00:00:00 2001 From: George Paitaris Date: Thu, 18 Oct 2018 16:55:23 +0300 Subject: [PATCH] Adding Boost C++ dependency --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 0f5622a..aa2c779 100755 --- a/build.sh +++ b/build.sh @@ -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 . # See the COPYING file in the main directory for details. @@ -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