From 80eb77e2ec154b652d12cbd92aca9df6ec0d7330 Mon Sep 17 00:00:00 2001 From: Ville Hartikainen Date: Wed, 8 Nov 2023 02:09:23 +0200 Subject: [PATCH] fix: add make to macos brew install (#1969) --- docs/development_environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index e83afc42..52e8a109 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -104,7 +104,7 @@ After WSL is restarted, the mount's uid and gid will match the default user. Install [Homebrew](https://brew.sh/), then use that to install the dependencies: ```shell -brew install python3 autoconf ffmpeg cmake +brew install python3 autoconf ffmpeg cmake make ``` If you encounter build issues with `cryptography` when running the `script/setup` script below, check the cryptography documentation for [installation instructions](https://cryptography.io/en/latest/installation/#building-cryptography-on-macos).