From 43f9c2a6a201c217e9169ee50d6d222b3af41852 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 3 May 2018 12:23:33 +0200 Subject: [PATCH] Add links in dependency list --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8c63b2f3..e4408356 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,16 @@ a simulation, reconstruction and analysis framework. ## Dependencies - * **Boost** (PUBLIC) - * **FairLogger** (PUBLIC) - * CMake (BUILD) - * GTest (BUILD, optional, `tests`) - * ZeroMQ (PRIVATE) - * Msgpack (PRIVATE, optional, `nanomsg_transport`) - * nanomsg (PRIVATE, optional, `nanomsg_transport`) - * OFI (PRIVATE, optional, `ofi_transport`) - * Protobuf (PRIVATE, optional, `ofi_transport`) - * DDS (PRIVATE, optional, `dds_plugin`) + * [**Boost**](https://www.boost.org/) (PUBLIC) + * [**FairLogger**](https://github.com/FairRootGroup/FairLogger) (PUBLIC) + * [CMake](https://cmake.org/) (BUILD) + * [GTest](https://github.com/google/googletest) (BUILD, optional, `tests`) + * [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.