From a1dae53fd8b146c93552a48cead8e5769a10dbde Mon Sep 17 00:00:00 2001 From: Christopher Agocs Date: Thu, 2 Oct 2025 10:49:47 -0700 Subject: [PATCH] Add a list of prerequisites before building Core from source --- content/docs/deploy/core.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/docs/deploy/core.mdx b/content/docs/deploy/core.mdx index 5f0943666..29c9e1ab2 100644 --- a/content/docs/deploy/core.mdx +++ b/content/docs/deploy/core.mdx @@ -121,6 +121,17 @@ If you plan to run on port 443 in a rootless environment, you may need extra [ca If you prefer building from source: +### Prerequisites + +In order to run `make`, you need the following: + +1. [NPM](https://github.com/npm/cli) +2. [Yarn](https://classic.yarnpkg.com/en/docs/install) +3. [Docker](https://www.docker.com/) (optional) +4. [Go](https://go.dev/dl/) -- currently Go 1.24 is the maximum supported Go version. + +### Building + 1. **Clone the Repository** ```bash git clone https://github.com/pomerium/pomerium.git $HOME/pomerium