From de1552342b7c4f3a998d45fe4e819ebac2cdb91d Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 8 Nov 2024 17:04:50 +0000 Subject: [PATCH] Documentation: Stop telling people to get gn from homebrew Homebrew doesn't have an entry for gn, so this was confusing. --- Meta/gn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/gn/README.md b/Meta/gn/README.md index d022f9cc270..26cec0ed1d3 100644 --- a/Meta/gn/README.md +++ b/Meta/gn/README.md @@ -10,7 +10,7 @@ For more information, motivation, philosophy, and inspiration, see the LLVM docu # Creating a gn build -To create a GN build, you need to have GN installed. You can install it via homebrew on macOS, or via your package manager on Linux. +To create a GN build, you need to have GN installed. It's available in some Linux package managers, but if not, or on other OSes, see below. On Ubuntu 22.04, the main package repos do not have an up to date enough package for GN, so you will need to build it from source or get a binary from Google. The easiest way to build GN from source is to use our [Toolchain/BuildGN.sh](../../Toolchain/BuildGN.sh) script, which will