Skip to content

Commit

Permalink
updated script install-sip
Browse files Browse the repository at this point in the history
  • Loading branch information
rfabbri committed Nov 26, 2016
1 parent 9daa21a commit e13a765
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions install-sip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x
# DESCRIPTION
#
# This is a script to help automate massive installation of SIP.
# It has been tested under Ubuntu 12.04 LTS and a few other distros.
# It has been tested under Ubuntu 16.10 down to 12.04 and a few other distros.
#
# Things I'd like to see in the future are:
# * automatic downloading, compiling and installing of third party
Expand All @@ -29,9 +29,13 @@ set -x
# Ricardo Fabbri
#

git clone git://siptoolbox.git.sourceforge.net/gitroot/siptoolbox/animal
# Download in parallel
git clone git://siptoolbox.git.sourceforge.net/gitroot/siptoolbox/animal &
git clone git://siptoolbox.git.sourceforge.net/gitroot/siptoolbox/siptoolbox &
sudo apt install imagemagick libmagick++-dev libmagickwand-dev

git clone git://siptoolbox.git.sourceforge.net/gitroot/siptoolbox/siptoolbox
# Wait for everything to download
wait

cd animal

Expand Down

0 comments on commit e13a765

Please sign in to comment.