@@ -14,31 +14,33 @@ Documentation
1414-------------
1515[ Browse the API documentation online.] ( https://viproma.github.io/coral )
1616
17- Requirements
18- ------------
19- Coral may currently be built on the following platforms, using the following
20- compilers:
17+ Build requirements
18+ ------------------
19+ The version/release numbers specified for compilers, tools and libraries below
20+ are the lowest ones used for the official Coral builds, and are therefore known
21+ to work. Other versions are likely to work too, especially if they are newer
22+ or at least have the same major release number, but this is not guaranteed.
23+
24+ Supported platforms and compilers:
2125
2226 - Windows: Visual Studio 2013 or newer.
2327 - Linux: GCC 4.9 or newer.
2428
25- In addition, the following tools are needed :
29+ Required build tools:
2630
27- - [ CMake] ( http://cmake.org ) v3.0 or newer , to generate the build system.
31+ - [ CMake] ( http://cmake.org ) v3.6 , to generate the build system.
2832 - The [ Protocol Buffers] ( https://developers.google.com/protocol-buffers/ )
2933 compiler, to parse the protocol buffer files and generate C++ code for them.
3034 - [ Doxygen] ( http://doxygen.org ) , to generate API documentation (optional).
3135
32- Finally, the following libraries are used by Coral and must therefore be present :
36+ Required libraries:
3337
34- - [ Boost] ( http://boost.org ) (currently tested with v1.58, but older and newer
35- versions are likely to work as well).
36- - [ ZeroMQ] ( http://zeromq.org ) v4.0 or newer.
37- - [ FMI Library] ( http://jmodelica.org/FMILibrary ) v2.0 or newer.
38- - [ Protocol Buffers] ( https://developers.google.com/protocol-buffers/ ) v2.5 or
39- newer.
40- - [ libzip] ( http://www.nih.at/libzip/ ) v1.1 or newer.
41- - [ zlib] ( http://www.zlib.net/ )
38+ - [ Boost] ( http://boost.org ) v1.55.0
39+ - [ ZeroMQ] ( http://zeromq.org ) v4.0
40+ - [ FMI Library] ( http://jmodelica.org/FMILibrary ) v2.0.3
41+ - [ Protocol Buffers] ( https://developers.google.com/protocol-buffers/ ) v2.6
42+ - [ libzip] ( http://www.nih.at/libzip/ ) v1.1
43+ - [ zlib] ( http://www.zlib.net/ ) v1.2
4244
4345
4446Building
0 commit comments