annotate experiments/scripts/setup_aws_instance.sh @ 56:5d4f1e1524bb
- Add support for reading and writing vectors from signal banks. Useful for Python.
author |
tomwalters |
date |
Wed, 04 Aug 2010 20:56:29 +0000 |
parents |
90eebc3c02ca |
children |
22cd7c3f782c |
rev |
line source |
tomwalters@54
|
1 #!/bin/bash
|
tomwalters@54
|
2 # Run ami-2fc2e95b (32 bit) or ami-05c2e971 (64 bit) in eu-west zone
|
tomwalters@54
|
3 sudo apt-get -y update
|
tomwalters@54
|
4 sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential libboost-dev libc6-dev-i386 python
|