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
masteron Windows. Here's what I did to build on Windows using VS17.cd actor-frameworkgit checkout 0.16.1mkdir buildcd buildcmake .. -DCAF_NO_PYTHON=yes -DCAF_NO_OPENCL=yes -DCAF_NO_TOOLS=yes -DCAF_NO_EXAMPLES=yes -DCAF_NO_UNIT_TESTS=yes -DCAF_LOG_LEVEL=1cmake --build .Alternatively you can use
caf/0.16.1@bincrafters/stablein Conan Center.