Mercurial > hg > aimc
diff experiments/scripts/setup_aws_instance.sh @ 128:9af3dea75007
- Experimental updates.
author | tomwalters |
---|---|
date | Sun, 24 Oct 2010 23:26:09 +0000 |
parents | ae195c41c7bd |
children | f75123cf39ce |
line wrap: on
line diff
--- a/experiments/scripts/setup_aws_instance.sh Sun Oct 24 22:35:49 2010 +0000 +++ b/experiments/scripts/setup_aws_instance.sh Sun Oct 24 23:26:09 2010 +0000 @@ -4,7 +4,7 @@ # ec2-run-instances --user-data-file ec2_user_data.sh --key tom_eu_west --instance-type c1.xlarge --instance-count 1 --region eu-west-1 --availability-zone eu-west-1b ami-05c2e971 su ubuntu sudo apt-get -y update -sudo apt-get -y install bc subversion scons pkg-config libsndfile1-dev build-essential libboost-dev python sox +sudo apt-get -y install bc subversion scons pkg-config libsndfile1-dev build-essential libboost-dev python sox python-matplotlib # For 64-bit systems, uncomment this line: sudo apt-get -y install libc6-dev-i386