To build, put capnp on the PATH and run:
cd capncoro
cmake -H. -Bbuild -G "Visual Studio 15 2017"
cmake --build build --config debugRight now, the project will only compile with Visual Studio 2017. Clang/LLVM support will (hopefully) come soon.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To build, put capnp on the PATH and run:
cd capncoro
cmake -H. -Bbuild -G "Visual Studio 15 2017"
cmake --build build --config debugRight now, the project will only compile with Visual Studio 2017. Clang/LLVM support will (hopefully) come soon.