Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ipaaca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
Social Cognitive Systems
ipaaca
Commits
9b7b00f9
Commit
9b7b00f9
authored
5 years ago
by
Teena Hassan
Browse files
Options
Downloads
Patches
Plain Diff
Updated layout and added licence info.
parent
c7301046
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
9b7b00f9
...
@@ -8,8 +8,11 @@ This repository contains the software library IPAACA developed by the Social Cog
...
@@ -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)
Dependencies: Protocol Buffer (libprotobuf), Transport Protocol (
**libmosquittopp**
, ros, librsb)
sudo apt-get install libprotobuf-dev
sudo apt-get install libprotobuf-dev
sudo apt-get install libprotoc-dev
sudo apt-get install libprotoc-dev
sudo apt-get install protobuf-compiler
sudo apt-get install protobuf-compiler
sudo apt-get install mosquitto libmosquittopp-dev
sudo apt-get install mosquitto libmosquittopp-dev
git clone git@gitlab.ub.uni-bielefeld.de:scs/ipaaca.git
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
...
@@ -17,15 +20,21 @@ git clone git@gitlab.ub.uni-bielefeld.de:scs/ipaaca.git
**Compiling C++ Version**
**Compiling C++ Version**
cd ipaaca/ipaacalib/cpp
cd ipaaca/ipaacalib/cpp
mkdir build
mkdir build
cd build
cd build
cmake ..
cmake ..
make
make
sudo make install
sudo make install
**Installing Python Version**
**Installing Python Version**
cd ipaaca/ipaacalib/python
cd ipaaca/ipaacalib/python
python3 setup.py install --user
python3 setup.py install --user
### OS X
### OS X
...
@@ -46,7 +55,9 @@ python3 setup.py install --user
...
@@ -46,7 +55,9 @@ python3 setup.py install --user
TODO: Write credits
TODO: Write credits
## License
## License
GNU LESSER GENERAL PUBLIC LICENSE (See LICENSE.txt in the repository)
## Further Reading
## Further Reading
[1] IPAACA: https://scs.techfak.uni-bielefeld.de/wiki/public/ipaaca/start
[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
[2] Schlangen et al. "Middleware for Incremental Processing in Conversational Agents," SIGDIAL 2010. https://www.aclweb.org/anthology/W10-4308
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment