diff options
| author | Tim Rogers <[email protected]> | 2011-11-16 22:14:51 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:25 -0700 |
| commit | 5534e13a1597d5393856f8a2b8e2f518a772814a (patch) | |
| tree | 3515ef954681a7d33b06e4f7f97917e1d7a92cc6 /README | |
| parent | 4df93ec40be870e3a4d253bb58185afaa72a5b90 (diff) | |
Removing config_setup and changing setup_environment to allow for a better way to enable the debug build
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10968]
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -82,11 +82,11 @@ system. Then, from a bash shell, type the following in this directory: Step 4: Type "make" in this directory. This will build the simulator with optimizations enabled so the simulator runs faster. If you want to run the -simulator in gdb to debug it, then uncomment the line +simulator in gdb to debug it, then run - #export GPGPUSIM_CONFIG=debug + source setup_environment debug -in setup_environment and type "source setup_environment" again, then "make" again. +then "make" again. Step 4.1 [optional]: Type "make docs" in this directory to build the doxygen documentation. You need to have doxygen and graphviz installed for this to work. |
