From f35d0b80f86683bdb2f8b5afcc27164a13c945dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20=C4=8Cehovin?= Date: Fri, 12 Feb 2016 00:34:16 +0100 Subject: [PATCH] Updated README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd5e423..da818a3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# echolib -A simple and efficient interprocess communication (IPC) library for Linux. +# Echo IPC library # + +A simple and efficient interprocess communication (IPC) library for Linux written in C++11. The core part of the code was developed as a bachelor's thesis of Urban Škvorc with the title `Development of a library for interprocess communication in interactive systems` in 2015 at the University of Ljubljana, Faculty of Computer and Information Science. The library was later added some documentation and some polish and is now made available under MIT license. + +## Contributors ## + + * Urban Škvorc (initial developer) + * Luka Čehovin (developer, maintainer) + +## Installation ## + +The C++ library does not have any dependencies apart from a C++11 capable compiler, but if you want to compile Python bindings you have to download the [pybind11](https://github.com/wjakob/pybind11) template library. +