Skip to content

Commit

Permalink
More explicit build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jul 30, 2021
1 parent ce4c2f6 commit 427d54f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@ If you don't want to use Docker, you can install things manually. You'll need to

### Building:

Regardless of the route you choose, the first thing you'll need to do is build the simulator:
Regardless of the route you choose, the first thing you'll need to do is build the simulator with this command:

1. `cd top/`
2. `scons -j16 ./build/RVSP/gem5.opt`
scons -j16 ./build/RVSP/gem5.opt

Run this command from `top`, i.e., the repository root.
(The Docker container should put you in this directory automatically.)

The build script may warn you about "missing the gem5 style or commit message hook." Just press enter to ignore this.

Building the simulator takes around 10 minutes.

### Running Quickstart:

Expand Down

0 comments on commit 427d54f

Please sign in to comment.