diff options
| author | Andrew M. B. Boktor <[email protected]> | 2011-11-10 19:24:31 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:24 -0700 |
| commit | 88cada12b4caf205d2cd196c06d3b73c81113b1d (patch) | |
| tree | ae6a99351dcd003fd2dc6b2f7c867058939e4965 /README | |
| parent | dd625726007b966cf870116769e0192e615d8960 (diff) | |
A few words about how to get it running on ubuntu in the README.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10891]
Diffstat (limited to 'README')
| -rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -51,7 +51,18 @@ See file CHANGES for updates in this and earlier versions. 2. INSTALLING, BUILDING and RUNNING GPGPU-Sim GPGPU-Sim was developed on Linux SuSe (this release was tested with SuSe -version 11.1) and has been used on several other Linux platforms. +version 11.1) We have tested it also on Ubuntu 10.04.3 LTS (32 bits) +and has been used on several other Linux platforms. + +If you are using Ubuntu, please run the following commands as necessary +gpgpu-sim dependencies: +"sudo apt-get install build-essentials xutils-dev bison zlib1g-dev flex libboost-all-dev libglu1-mesa-dev" + +gpgpu-sim documentation: +"sudo apt-get install doxygen graphviz" + +cuda sdk dependencies: +"sudo apt-get install libxi-dev libxmu-dev libglut3-dev" Step 1: Ensure you have gcc, g++, make, makedepend, zlib, bison and flex installed on your system. For CUDA 2.x we used gcc version 4.3.2, for CUDA 1.1 |
