Skip to content

An "actor topology" messaged-based MOC backend

License

Notifications You must be signed in to change notification settings

gnu-sandhi/Apology

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

########################################################################
## Apology - An Actor Topology
########################################################################

------------------------------------------------------------------------
-- Prerequisites
------------------------------------------------------------------------
* C++ compiler (gcc and MSVC tested)
* CMake
* Boost - boost headers, and the thread library

------------------------------------------------------------------------
-- Get the source code
------------------------------------------------------------------------
git clone https://github.com/guruofquality/Apology.git
cd Apology
git submodule init
git submodule update

------------------------------------------------------------------------
-- Installation instructions
------------------------------------------------------------------------
mkdir <build dir>
cd <build dir>
cmake <source dir>
make
sudo make install

About

An "actor topology" messaged-based MOC backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.4%
  • CMake 14.6%