Skip to content

Commit

Permalink
Document capnp requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Nov 27, 2024
1 parent 4bb2929 commit 2061ae9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2061ae9

Please sign in to comment.