mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Documentation: Stop telling people to get gn from homebrew
Homebrew doesn't have an entry for gn, so this was confusing.
This commit is contained in:
parent
1cc83db0c9
commit
de1552342b
Notes:
github-actions[bot]
2024-11-08 17:23:05 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/de1552342b7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2232 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue