Skip to content

Commit

Permalink
Readme: Fix build instructions
Browse files Browse the repository at this point in the history
The Readme contained the old (pre-adoc) build instructions.
Fix them to describe the current build process.

Mention also the use of submodules, which are needed
for the documentation to build.
  • Loading branch information
Jan Matyas committed Oct 9, 2024
1 parent bcd05b7 commit 4951a5d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ You may be looking for one of the following pre-built PDFs:
Build Instructions
------------------

```
sudo apt-get install git make python3 python3-sympy graphviz texlive-full
```bash
git clone https://github.com/riscv/riscv-debug-spec.git
cd riscv-debug-spec

# Optionally, check out a specific revision:
# git checkout <rev>

git submodule update --init --recursive

cd build
make
```

Expand Down

0 comments on commit 4951a5d

Please sign in to comment.