We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ffbf0 commit 3d9f8d6Copy full SHA for 3d9f8d6
README.md
@@ -32,6 +32,8 @@ This will generate:
32
- a [doxygen](https://www.doxygen.nl/) documentation in ```doc/doxygen```
33
- a [latex](https://www.latex-project.org/) report in ```doc/report``` with name **report.pdf**
34
35
+> To make the report [gnuplot](http://www.gnuplot.info/) is required
36
+
37
To clean the doc:
38
```sh
39
make clean
target/linux/README.md
@@ -9,6 +9,7 @@ and find the best leader between them. Also a **console logger** is implemented
9
- [gcc](https://gcc.gnu.org/install/)
10
- [make](https://www.gnu.org/software/make/)
11
- [wget](https://www.gnu.org/software/wget/)
12
+- [cppzmq](https://github.com/zeromq/cppzmq)
13
14
# Setup
15
0 commit comments