Mercurial > hg > aimc
comparison experiments/scripts/master.sh @ 129:e0130f838e10
- Cairo dependency
author | tomwalters |
---|---|
date | Sun, 24 Oct 2010 23:53:36 +0000 |
parents | 9af3dea75007 |
children | d52c80cc05b6 |
comparison
equal
deleted
inserted
replaced
128:9af3dea75007 | 129:e0130f838e10 |
---|---|
15 # NUMBER_OF_CORES - total number of machine cores | 15 # NUMBER_OF_CORES - total number of machine cores |
16 | 16 |
17 sudo apt-get -y update | 17 sudo apt-get -y update |
18 sudo apt-get -y install bc subversion scons pkg-config \ | 18 sudo apt-get -y install bc subversion scons pkg-config \ |
19 libsndfile1-dev build-essential libboost-dev \ | 19 libsndfile1-dev build-essential libboost-dev \ |
20 python sox python-matplotlib | 20 python sox python-matplotlib libcairo-dev |
21 | 21 |
22 # For 64-bit systems, uncomment this line: | 22 # For 64-bit systems, uncomment this line: |
23 sudo apt-get -y install libc6-dev-i386 | 23 sudo apt-get -y install libc6-dev-i386 |
24 | 24 |
25 # Set these to be the location of your input database, and desired output | 25 # Set these to be the location of your input database, and desired output |