Skip to content

Commit 68a2915

Browse files
committed
Adding Boost C++ dependency
1 parent c61d139 commit 68a2915

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# it under the terms of the GNU Affero General Public License as published by
77
# the Free Software Foundation, either version 3 of the License, or
88
# (at your option) any later version.
9-
#
9+
#
1010
# This program is distributed in the hope that it will be useful,
1111
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
# GNU Affero General Public License for more details.
14-
#
14+
#
1515
# You should have received a copy of the GNU Affero General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
# See the COPYING file in the main directory for details.
@@ -115,6 +115,7 @@ installIfMissing libreadline-dev
115115
installIfMissing libncurses5
116116
installIfMissing libncurses5-dev
117117
installIfMissing pkg-config
118+
installIfMissing libboost-all-dev
118119
# libsqliteodbc deps
119120
installIfMissing cdbs
120121
installIfMissing libsqlite0-dev

0 commit comments

Comments
 (0)