=nil; Actor is an open source C++ actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.
=nil; Actor uses CMake build system and follows standard procedure for building:
git clone --recurse-submodules https://github.com/nilfoundation/actor.git actor
cd mtl && mkdir build && cd build && cmake .. && make all
BUILD_TESTS
- enables building unit testsBUILD_SHARED_LIBS
- enables building shared libraries (CMake default variable)BUILD_WITH_CCACHE
- enables building with CCache usage.
- CMake
- Boost ( >= 1.58)
- Pthread (until C++11 compilers support the new
thread_local
keyword)
- GCC >= 4.8.3
- Clang >= 3.2
- MSVC >= 2015, update 3
- Linux
- Mac OS X
- FreeBSD 10
- Windows >= 7 (currently static builds only)
- Doxygen (for the
doxygen
target) - LaTeX (for the
manual
target) - Pandoc and Python with pandocfilters (for the
rst
target) - CCache (for caching the build)