Skip to content

Commit 3d9f8d6

Browse files
docs(README): added requirements
1 parent 84ffbf0 commit 3d9f8d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This will generate:
3232
- a [doxygen](https://www.doxygen.nl/) documentation in ```doc/doxygen```
3333
- a [latex](https://www.latex-project.org/) report in ```doc/report``` with name **report.pdf**
3434

35+
> To make the report [gnuplot](http://www.gnuplot.info/) is required
36+
3537
To clean the doc:
3638
```sh
3739
make clean

target/linux/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and find the best leader between them. Also a **console logger** is implemented
99
- [gcc](https://gcc.gnu.org/install/)
1010
- [make](https://www.gnu.org/software/make/)
1111
- [wget](https://www.gnu.org/software/wget/)
12+
- [cppzmq](https://github.com/zeromq/cppzmq)
1213

1314
# Setup
1415

0 commit comments

Comments
 (0)