Skip to content

Commit

Permalink
docs: Add dependencies for building
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxell committed Mar 12, 2022
1 parent 1135d0d commit 41d9355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Ubuntu

* `sudo apt install -y bison cmake re2c mcpp`
* `sudo apt install -y bison cmake re2c mcpp jq ccache`
* `git clone https://github.com/lyxell/logifix`
* `cd logifix`
* `git submodule update --init --recursive`
Expand All @@ -14,7 +14,7 @@ The logifix binary is now found under build.

### macOS

* `brew install bison cmake re2c mcpp`
* `brew install bison cmake re2c mcpp jq ccache`
* `git clone https://github.com/lyxell/logifix`
* `cd logifix`
* `git submodule update --init --recursive`
Expand Down

0 comments on commit 41d9355

Please sign in to comment.