Skip to content
Snippets Groups Projects
Commit 05008c30 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

hugo: add note on boost components

parent b21f2fe2
No related branches found
No related tags found
1 merge request!735hugo: add note on boost components
Pipeline #60724 passed
......@@ -17,9 +17,14 @@ Required software:
* `libtiff >=4.0.2`
* `libcerf >=1.14` (complex error function, maintained by us)
* `python3, python3-devel, python3-numpy, python3-matplotlib`
* `boost >= 1.65`
* `boost >= 1.65` (see note below)
* `Qt5 >=5.5.1` (required modules are listed below)
From libboost, we need the library components `iostreams` and `program_options`.
Internally, the CMake command to find `boost::iostreams` may add a dependence
on `boost::regex`. Furthermore, we need a number of header-only components,
including `algorithm/string`, `bimap`, `geometry`, `numeric/interval`, `polymorphic_cast`.
Recommended software:
* `perl` (for generating a man page)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment