From ee16a83912fb0d50f4b266775b926fe992f495b8 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Fri, 20 Nov 2020 00:41:32 -0800 Subject: [PATCH] Adding note that capnproto-0.7.0 will also work capnproto-0.8.0 should be the default though. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d20d3e..c1760b7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - ninja (macOS + Linux) - Visual Studio 2017+ -* capnproto-0.8.0 +* capnproto-0.8.0 (0.7.0 will also work if linking to system libraries) - Not necessary if using bundled capnproto 32-bit Linux requires that capnproto be compiled with `-fPIC`. This is usually set correctly unless you are compiling canproto yourself. This is also called `-DCMAKE_POSITION_INDEPENDENT_CODE=1` for cmake.