blob: cb24bb7ccddad860f69665eb28854ad37a35b9a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
See http://gpgpu-sim.org/manual/index.php5/AerialVision_Manual for usage instructions.
To be able to use Aerial Vision, you only need to install its dependencies:
* python-pmw
* python-ply
* python-numpy
* libpng12-dev
* python-matplotlib
For an Ubuntu system, this could be done by running the following command:
sudo apt-get install python-pmw python-ply python-numpy libpng12-dev python-matplotlib
For other systems, you need to use your respective package manager to install
the dependencies
|