/sparkle

An actor system for C++

Primary LanguageC++Apache License 2.0Apache-2.0

sparkle

C++14 Build Status

An actor system for C++.

Prerequisites

  • CMake 2.8 or higher
  • GCC 5 or higher
  • Conan

Build from source

Debug:

conan install . -s build_type=Debug --install-folder=cmake-build-debug
cd cmake-build-debug
cmake -DCMAKE_BUILD_TYPE=Debug .. && make

Release:

conan install . -s build_type=Release --install-folder=cmake-build-release
cd cmake-build-release
cmake -DCMAKE_BUILD_TYPE=Release .. && make

License

© uchuhimo, 2017-2018. Licensed under an Apache 2.0 license.