I am looking for instructions for compiling the framework on windows. Can somebody post a reply with detailed steps?
Running configure script does not help.
I am looking for instructions for compiling the framework on windows. Can somebody post a reply with detailed steps?
Running configure script does not help.
I just tried and had a problem building
master
on Windows. Here's what I did to build on Windows using VS17.cd actor-framework
git checkout 0.16.1
mkdir build
cd build
cmake .. -DCAF_NO_PYTHON=yes -DCAF_NO_OPENCL=yes -DCAF_NO_TOOLS=yes -DCAF_NO_EXAMPLES=yes -DCAF_NO_UNIT_TESTS=yes -DCAF_LOG_LEVEL=1
cmake --build .
Alternatively you can use
caf/0.16.1@bincrafters/stable
in Conan Center.