Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.19 KB

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

  • ./configure
  • make
  • make install [as root, optional]

It is recommended to run the unit tests as well.

  • make test

Please submit a bug report that includes (a) your compiler version, (b) your OS, and (c) the content of the file build/Testing/Temporary/LastTest.log if an error occurs.

Dependencies

  • CMake
  • The Boost Thread Library

Supported Compilers

  • GCC >= 4.7
  • Clang >= 3.2

Supported Operating Systems

  • Linux
  • Mac OS X