Skip to content

Commit

Permalink
Update install-dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tjof2 authored Mar 6, 2020
1 parent 166bad1 commit 462ab8f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
#!/bin/sh
# This script builds from source:
# - Armadillo 9.800.2
#
# Copyright 2015-2020 Tom Furnival
#
# This file is part of PGURE-SVT.
#
# PGURE-SVT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# PGURE-SVT 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PGURE-SVT. If not, see <http://www.gnu.org/licenses/>.

set -ex

Expand All @@ -27,4 +10,3 @@ cd armadillo-9.800.2
cmake .
make
sudo make install

0 comments on commit 462ab8f

Please sign in to comment.