Merge branch 'main' of /storage/code/sapphire

This commit is contained in:
apio 2022-06-22 19:53:35 +02:00
commit efee23d509

View File

@ -80,9 +80,9 @@ More documentation is available at [Documentation](docs/Documentation.md).
First, install the required packages. (ninja is required only for the quick build, you can use other build systems (like GNU Make) for the manual build) First, install the required packages. (ninja is required only for the quick build, you can use other build systems (like GNU Make) for the manual build)
Debian/Ubuntu: Debian/Ubuntu:
`# apt install cmake ninja-build llvm-dev` `# apt install build-essential cmake ninja-build llvm-dev`
CentOS/Fedora/RHEL: `# dnf install cmake ninja-build llvm-devel` CentOS/Fedora/RHEL: `# dnf install gcc gcc-c++ zlib-devel libffi-devel cmake ninja-build llvm-devel`
Arch: `# pacman -S cmake ninja llvm-libs` Arch: `# pacman -S cmake ninja llvm-libs`