Skip to content

Conversation

@agocs
Copy link

@agocs agocs commented Oct 2, 2025

Listing some tools I needed to install before I could build Pomerium Core. I debated mentioning brew but decided against, as that is Mac specific. The rest of these tools should apply to any (reasonable) OS.

@agocs agocs requested a review from a team as a code owner October 2, 2025 17:53
@agocs agocs requested review from nickytonline and removed request for a team October 2, 2025 17:53
@CLAassistant
Copy link

CLAassistant commented Oct 2, 2025

CLA assistant check
All committers have signed the CLA.

@netlify
Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for pomerium-docs ready!

Name Link
🔨 Latest commit a1dae53
🔍 Latest deploy log https://app.netlify.com/projects/pomerium-docs/deploys/68debc26fe305d0008b001e7
😎 Deploy Preview https://deploy-preview-2011--pomerium-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@kenjenkins kenjenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is aiming to be comprehensive, should we mention git as well (and make itself, for that matter)?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need git or make, but if we have a minimum expected go version, i'd expect hat. This statement says 1.24 is the maximum supported version. Is that right or should it have said 1.24. I wouldn't expect 1.25 to break things.


In order to run `make`, you need the following:

1. [NPM](https://github.com/npm/cli)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think npm is technically required, is it?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find an npm reference, but our docker builds use the latest node LTS. I'm pretty sure if you try to install yarn without node, it will install node, so we can drop this line. I can't find any version requirements.


1. [NPM](https://github.com/npm/cli)
2. [Yarn](https://classic.yarnpkg.com/en/docs/install)
3. [Docker](https://www.docker.com/) (optional)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be nice to mention what you would need docker for — maybe something like this?

Suggested change
3. [Docker](https://www.docker.com/) (optional)
3. [Docker](https://www.docker.com/) (optional, used in some tests)

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)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. [Yarn](https://classic.yarnpkg.com/en/docs/install)
2. [Yarn 1.x](https://classic.yarnpkg.com/en/docs/install)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants