libcppa is an LGPL C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.
- Blog: http://libcppa.blogspot.com
- Manual: http://neverlord.github.com/libcppa/manual/
- Documentation: http://neverlord.github.com/libcppa/
- Project Homepage: http://www.realmv6.org/libcppa.html
- git clone git://github.com/Neverlord/libcppa.git
- cd libcppa
- mkdir build
- cd build
- cmake ..
- make
It is recommended to run the unit tests as well.
- ./bin/unit_tests
Please submit a bug report that includes (a) your compiler version, (b) your OS, and (c) the output of the unit tests if an error occurs.
- CMake
- The Boost Library
- GCC >= 4.7
- Clang >= 3.2
- Linux
- Mac OS X