mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
Docs: Link the external Nix devshell
This commit is contained in:
parent
7c26354563
commit
897c83cbcb
Notes:
github-actions[bot]
2025-05-03 16:04:21 +00:00
Author: https://github.com/ttrssreal
Commit: 897c83cbcb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4545
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 8 additions and 0 deletions
|
@ -99,6 +99,14 @@ sudo xbps-install -Su # (optional) ensure packages are up to date to avoid "Tran
|
|||
sudo xbps-install -S git bash gcc python3 curl cmake zip unzip linux-headers make pkg-config autoconf automake autoconf-archive nasm MesaLib-devel ninja qt6-base-devel qt6-multimedia-devel qt6-tools-devel qt6-wayland-devel
|
||||
```
|
||||
|
||||
### NixOS or with Nix:
|
||||
A Nix development shell is maintained
|
||||
[here](https://github.com/nix-community/nix-environments/tree/master/envs/ladybird),
|
||||
in the
|
||||
[nix-environments](https://github.com/nix-community/nix-environments/)
|
||||
repository.
|
||||
If you encounter any problems building with Nix, please create an issue there.
|
||||
|
||||
### macOS:
|
||||
|
||||
Xcode 15 or clang from homebrew is required to successfully build ladybird.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue