Skip to content

Commit

Permalink
readme: hdlconvertor needs 'g++' and 'make'
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
  • Loading branch information
umarcor committed Aug 10, 2023
1 parent 44a0cb7 commit 5836ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pytest:
stage: test
before_script: *BeforeScript
script:
- apt-get install -y --no-install-recommends g++ make git python3-dev
- apt-get install -y --no-install-recommends git python3-dev
- python3 -m pip install -r requirements.dev.txt
- python3 -m pip install git+https://github.com/antmicro/tuttest
- tuttest README.md | bash -
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ With your package manager you need to install:
* Yosys, which is used to extract information about IP cores' interfaces from Verilog.

```
$(command -v sudo) apt-get install -y git python3 python3-pip antlr4 libantlr4-runtime-dev yosys
$(command -v sudo) apt-get install -y git g++ make python3 python3-pip antlr4 libantlr4-runtime-dev yosys
pip3 install -r requirements.txt
```

Expand Down

0 comments on commit 5836ada

Please sign in to comment.