summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 0af2687..1ba9b8f 100644
--- a/README
+++ b/README
@@ -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.