Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
|
|
|
|
|
|
`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.
|
|
Bump macOS CI version to macOS 11 while we're here.
|
|
|
|
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.
|
|
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.
|
|
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.
|
|
The crowd has spoken and it's clear they want... Windows and Arch Linux.
|
|
|