diff --git a/README.md b/README.md index 2ff8d6f8da6bb90c71bc79222c350556e505a886..a5cfc81b2df91f1a78148758e17ec917380f245e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ This repository contains the software library IPAACA developed by the Social Cog Dependencies: Protocol Buffer (libprotobuf), Transport Protocol (**libmosquittopp**, ros, librsb) sudo apt-get install libprotobuf-dev + sudo apt-get install libprotoc-dev + sudo apt-get install protobuf-compiler + sudo apt-get install mosquitto libmosquittopp-dev git clone git@gitlab.ub.uni-bielefeld.de:scs/ipaaca.git @@ -17,15 +20,21 @@ git clone git@gitlab.ub.uni-bielefeld.de:scs/ipaaca.git **Compiling C++ Version** cd ipaaca/ipaacalib/cpp + mkdir build + cd build + cmake .. + make + sudo make install **Installing Python Version** cd ipaaca/ipaacalib/python + python3 setup.py install --user ### OS X @@ -46,7 +55,9 @@ python3 setup.py install --user TODO: Write credits ## License +GNU LESSER GENERAL PUBLIC LICENSE (See LICENSE.txt in the repository) ## Further Reading [1] IPAACA: https://scs.techfak.uni-bielefeld.de/wiki/public/ipaaca/start + [2] Schlangen et al. "Middleware for Incremental Processing in Conversational Agents," SIGDIAL 2010. https://www.aclweb.org/anthology/W10-4308