Skip to content

Commit

Permalink
Add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Sep 24, 2019
1 parent 5472b5d commit bdefa5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ In case you want to cite the book:
This book project has an accompanying repository containing
[Chisel examples](https://github.com/schoeberl/chisel-examples).

To build the Chisel book from the source you need make, latex, sbt, and Java JDK (1.8)
installed. Then you simply build with:

```
make
```

0 comments on commit bdefa5d

Please sign in to comment.