serenity/Toolchain
Nico Weber efc6f8d7b7 Toolchain: Remove dependency on grealpath from BuildClang.sh
Regular `realpath` seems to work fine.

This removes the last coreutils dependency from BuildClang.sh.
It can now run on a system that has just ninja and cmake and Xcode
installed.

No intended behavior change.
2024-08-04 22:42:43 +02:00
..
CMake Toolchain+Docs: Improve the way to enable clangd 2024-05-23 00:54:20 -06:00
Patches Toolchain: Fix default library paths when building with clang 2024-08-04 11:09:53 -04:00
Stubs Toolchain/Stubs: Fix small typo in README.md 2024-04-28 07:25:41 -06:00
.dockerignore
.gitignore
BuildClang.sh Toolchain: Remove dependency on grealpath from BuildClang.sh 2024-08-04 22:42:43 +02:00
BuildCMake.sh Meta+Toolchain: Move check_sha256 to shell_include.sh 2024-06-29 13:56:36 +02:00
BuildFuseExt2.sh
BuildGDB.sh
BuildGN.sh
BuildGNU.sh
BuildMold.sh Build: Update mold version to fix build problems 2024-06-14 06:45:36 -04:00
BuildPython.sh
BuildQemu.sh Toolchain: Use check_sha256() in BuildQemu.sh 2024-06-29 13:56:36 +02:00
BuildRuby.sh
default.nix nix-shell: Disable gcc hardening to be able to build toolchain 2024-05-14 13:57:25 -06:00
Dockerfile
README.md

Serenity Toolchain

This directory contains all toolchain related files. E.g. build scripts for the cross compilation toolchain and build toolchain for ports.

This document previously contained outdated build instructions. Click here for the latest build instructions.