mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Compact dependency list
This commit is contained in:
parent
8e7e23e2d0
commit
93fb407af6
15
README.md
15
README.md
|
@ -33,17 +33,10 @@ Find all FairMQ releases and development tags [here](https://github.com/FairRoot
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* [**Boost**](https://www.boost.org/) (PUBLIC)
|
* PUBLIC: [**Boost**](https://www.boost.org/), [**FairLogger**](https://github.com/FairRootGroup/FairLogger)
|
||||||
* [**FairLogger**](https://github.com/FairRootGroup/FairLogger) (PUBLIC)
|
* BUILD: [CMake](https://cmake.org/), [GTest](https://github.com/google/googletest), [Doxygen](http://www.doxygen.org/)
|
||||||
* [CMake](https://cmake.org/) (BUILD)
|
* PRIVATE: [ZeroMQ](http://zeromq.org/), [Msgpack](https://msgpack.org/index.html), [nanomsg](http://nanomsg.org/),
|
||||||
* [GTest](https://github.com/google/googletest) (BUILD, optional, `tests`)
|
[OFI](https://ofiwg.github.io/libfabric/), [Protobuf](https://developers.google.com/protocol-buffers/), [DDS](http://dds.gsi.de)
|
||||||
* [Doxygen](http://www.doxygen.org/) (BUILD, optional, `docs`)
|
|
||||||
* [ZeroMQ](http://zeromq.org/) (PRIVATE)
|
|
||||||
* [Msgpack](https://msgpack.org/index.html) (PRIVATE, optional, `nanomsg_transport`)
|
|
||||||
* [nanomsg](http://nanomsg.org/) (PRIVATE, optional, `nanomsg_transport`)
|
|
||||||
* [OFI](https://ofiwg.github.io/libfabric/) (PRIVATE, optional, `ofi_transport`)
|
|
||||||
* [Protobuf](https://developers.google.com/protocol-buffers/) (PRIVATE, optional, `ofi_transport`)
|
|
||||||
* [DDS](http://dds.gsi.de) (PRIVATE, optional, `dds_plugin`)
|
|
||||||
|
|
||||||
Supported platforms: Linux and MacOS.
|
Supported platforms: Linux and MacOS.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user