summaryrefslogtreecommitdiff
path: root/Documentation/BuildInstructionsOther.md
AgeCommit message (Collapse)Author
2022-04-04Documentation: Add instructions for building images without rootBrandon Doornbos
I could not find the fuse2fs or equivalent packages for the other distros, so it is represented separately for each distro that does have it.
2022-03-08Toolchain: Move nix script from Documentation into ToolchainJonathan Marler
Moves the nix script to setup the build environment from Documentation into the Toolchain as a callable script. I also modified the script to accept a "pkgs" argument to make it easy to override the nixpkgs version from the command-line when calling the script.
2022-03-01Documentation: Add texinfo as a dependency for Alpine LinuxKikooDX
2022-02-19Documentation: Add texinfo as a dependency for FedoraisakBSD
2022-02-17Documentation: Change/add two pkgs in the FreeBSD instructionsIsak Holmstrom
2022-02-11Documentation: Add coreutils dep to Alpine Linux build instructionsGaven Rendell
`build-image-qemu.sh` depends on GNU's version of `du`: https://github.com/SerenityOS/serenity/blob/43d706a29e6d0ccdacb4907981a27c3bf176d5e8/Meta/build-image-qemu.sh#L47-L48 Alpine Linux doesn't use that version by default.
2022-01-07Meta+CI+Documentation: Bump host gcc requirement up to gcc 11Andrew Kaster
Bump macOS CI version to macOS 11 while we're here.
2021-12-29Meta+Documentation: Don't rebuild disk image for every run on OpenBSDtuftedocelot
2021-09-07Documentation: Add missing dependencies for NixErnests Kuzņecovs
I was building serenity on quite a fresh NixOS system and it turns out `unzip` and `qemu` were missing from this nix expression to compile and run serenity.
2021-08-18Documentation: Update FreeBSD prerequisitesMartin Åberg
FreeBSD comes with Clang as default host compiler and provides GCC in the package system. The commit adds a few dependencies to the pkg command line.
2021-07-14Documentation: Remove '$' character from build instruction commandsKenneth Myhra
This removes the '$' character so that it is easier to copy commands directly from the build instructions and then executing them without first having to remove the '$' character.
2021-07-12Documentation: Shuffle around systems in the build instruction docsGunnar Beutner
The crowd has spoken and it's clear they want... Windows and Arch Linux.
2021-07-10Documentation: Reorganize the build documentationGunnar Beutner