Add links in dependency list

This commit is contained in:
Dennis Klein 2018-05-03 12:23:33 +02:00 committed by Dennis Klein
parent a44af730c8
commit 43f9c2a6a2

View File

@ -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.