diff options
| author | Tor Aamodt <[email protected]> | 2013-02-02 08:00:33 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:25 -0700 |
| commit | 344d1262dff1f99cff384ce2ee579ba26c1e6baf (patch) | |
| tree | 28c5cfa394aaa6e91b5666dac33bb102758e11e4 | |
| parent | 31a60ebd5455b10436788aef31fe259ea2faec84 (diff) | |
remove some redundancy, also mention bash shell in detailed instructions
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15163]
| -rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -111,7 +111,6 @@ to build GPGPU-Sim all you need to do is add the following line to your then type bash - source ~/.bashrc source setup_environment make @@ -198,7 +197,9 @@ Step 2: Build ============= To build the simulator, you first need to configure how you want it to be -built. From the root directory of the simulator, do the following: +built. From the root directory of the simulator, type the following commands in +a bash shell (you can check you are using a bash shell by running the command +"echo $SHELL", which should print "/bin/bash"): cd v3.x source setup_environment <build_type> |
