mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Add links in dependency list
This commit is contained in:
parent
62262493d5
commit
56afb4784a
20
README.md
20
README.md
|
@ -30,16 +30,16 @@ a simulation, reconstruction and analysis framework.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* **Boost** (PUBLIC)
|
* [**Boost**](https://www.boost.org/) (PUBLIC)
|
||||||
* **FairLogger** (PUBLIC)
|
* [**FairLogger**](https://github.com/FairRootGroup/FairLogger) (PUBLIC)
|
||||||
* CMake (BUILD)
|
* [CMake](https://cmake.org/) (BUILD)
|
||||||
* GTest (BUILD, optional, `tests`)
|
* [GTest](https://github.com/google/googletest) (BUILD, optional, `tests`)
|
||||||
* ZeroMQ (PRIVATE)
|
* [ZeroMQ](http://zeromq.org/) (PRIVATE)
|
||||||
* Msgpack (PRIVATE, optional, `nanomsg_transport`)
|
* [Msgpack](https://msgpack.org/index.html) (PRIVATE, optional, `nanomsg_transport`)
|
||||||
* nanomsg (PRIVATE, optional, `nanomsg_transport`)
|
* [nanomsg](http://nanomsg.org/) (PRIVATE, optional, `nanomsg_transport`)
|
||||||
* OFI (PRIVATE, optional, `ofi_transport`)
|
* [OFI](https://ofiwg.github.io/libfabric/) (PRIVATE, optional, `ofi_transport`)
|
||||||
* Protobuf (PRIVATE, optional, `ofi_transport`)
|
* [Protobuf](https://developers.google.com/protocol-buffers/) (PRIVATE, optional, `ofi_transport`)
|
||||||
* DDS (PRIVATE, optional, `dds_plugin`)
|
* [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