You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ And, one of the following:
49
49
50
50
-[Google Test](https://github.com/google/googletest) - version 1.8 or higher (only required for running test cases)
51
51
-[Doxygen](http://www.doxygen.org) - version 1.8 or higher (only required for generating documentation)
52
+
-[Swagger-codegen](https://github.com/swagger-api/swagger-codegen) - version 3.0 or higher (only required for generating documentation)
52
53
-[Sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html) - version 4.5 or higher along with the following Python packages: `pip3 install sphinx-rtd-theme breathe recommonmark` (only required for generating documentation)
53
54
-[Batsched](https://gitlab.inria.fr/batsim/batsched) - version 1.4 - useful for expanded batch-scheduled resource simulation capabilities
54
55
-[Asio](https://github.com/chriskohlhoff/asio/) - necessary only for building `wrench-daemon`
add_custom_target(doc echo "ERROR: Cannot build documentation because at least one of Doxygen, Swagger-Codegen, or Sphinx is not installed."COMMAND echo " If you have installed them, re-run cmake."VERBATIM)
0 commit comments