From 2061ae9bf5f6fa4a766d1924682f367522ed2b94 Mon Sep 17 00:00:00 2001 From: pmendes Date: Wed, 27 Nov 2024 14:35:40 +0000 Subject: [PATCH] Document capnp requirements --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 36fc569df..d89f97f93 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,19 @@ The remaining crates are not intended for general use: deployments. Some of its features are specific to Cloudflare's own deployment. + +## Requirements + +[Cap'n Proto](https://capnproto.org/) is required to build DAP. + +```sh +# debian +apt install capnproto + +# macos +brew install capnp +``` + ## Testing The `daphne` crate relies on unit tests. To test integration with Cloudflare's