Skip to content

iamanarchist/libcppa

 
 

Repository files navigation

libcppa

libcppa is an LGPL C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.

On the Web

Get the Sources

  • git clone git://github.com/Neverlord/libcppa.git
  • cd libcppa

First Steps

  • 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.

Dependencies

  • CMake
  • The Boost Library

Supported Compilers

  • GCC >= 4.7
  • Clang >= 3.2

Supported Operating Systems

  • Linux
  • Mac OS X