myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3228] branches/wf4ever/installers/ubuntu/install


From: noreply
Subject: [myexperiment-hackers] [3228] branches/wf4ever/installers/ubuntu/install.bash: Require libraptor1-dev
Date: Wed, 5 Dec 2012 16:37:49 +0000 (UTC)

Revision
3228
Author
stain
Date
2012-12-05 16:37:49 +0000 (Wed, 05 Dec 2012)

Log Message

Require libraptor1-dev

Modified Paths

Diff

Modified: branches/wf4ever/installers/ubuntu/install.bash (3227 => 3228)


--- branches/wf4ever/installers/ubuntu/install.bash	2012-12-05 16:37:42 UTC (rev 3227)
+++ branches/wf4ever/installers/ubuntu/install.bash	2012-12-05 16:37:49 UTC (rev 3228)
@@ -21,7 +21,7 @@
 
 echo "Installing required packages using apt-get install"
 sudo apt-get update || { echo "Could not update apt-get. Aborting ..."; exit 5; }
-sudo -n apt-get install -y build-essential exim4 git-core curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev mysql-server libmysqlclient-dev libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion libmagickwand-dev graphviz gcj-jre-headless || { echo "Could not install required using apt-get install. Aborting ..."; exit 6; }
+sudo -n apt-get install -y build-essential exim4 git-core curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev mysql-server libmysqlclient-dev libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion libmagickwand-dev graphviz gcj-jre-headless libraptor1-dev || { echo "Could not install required using apt-get install. Aborting ..."; exit 6; }
 
 echo "Installing and configuring RVM"
 sudo bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) || { echo "Could not install RVM. Aborting ..."; exit 7; }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]