serenity/Toolchain
Ali Mohammad Pur 9d11d82e2c Meta+Toolchain: Move the jakt runtime files into the Toolchain build dir
These files are all static libs and source code, and aren't needed to be
present at runtime inside the image.
2024-11-10 19:22:14 +01:00
..
CMake Toolchain: Do not pass CMAKE_MODULE_PATH when building LLVM 2024-10-02 21:42:33 -04:00
Patches Toolchain: Update LLVM to 19.1.0 2024-10-02 21:42:33 -04:00
Stubs Toolchain/Stubs: Fix small typo in README.md 2024-04-28 07:25:41 -06:00
.dockerignore
.gitignore Toolchain: Add Toolchain/nix-profiles/ to .gitignore 2023-09-01 11:52:04 +02:00
BuildClang.sh Toolchain: Update LLVM to 19.1.0 2024-10-02 21:42:33 -04:00
BuildCMake.sh Meta+Toolchain: Move check_sha256 to shell_include.sh 2024-06-29 13:56:36 +02:00
BuildFuseExt2.sh Toolchain: Exit Build*.sh scripts if executed as root 2023-04-25 01:53:42 -06:00
BuildGDB.sh Toolchain+Ports: Use ftpmirror.gnu.org for faster downloads 2023-05-28 06:34:12 -07:00
BuildGN.sh Toolchain: Actually compile the GN binary in BuildGN.sh 2023-11-14 09:36:36 -05:00
BuildGNU.sh Toolchain+Ports: Update binutils to 2.41 2023-09-18 10:26:42 +02:00
BuildJakt.sh Meta+Toolchain: Move the jakt runtime files into the Toolchain build dir 2024-11-10 19:22:14 +01:00
BuildMold.sh Build: Update mold version to fix build problems 2024-06-14 06:45:36 -04:00
BuildPython.sh Toolchain: Replace inline nproc with get_number_of_processing_units() 2023-05-07 14:29:25 +02:00
BuildQemu.sh Meta: Enable qemu-vdagent (for copy/paste support) by default on Linux 2024-11-04 08:56:57 -05:00
BuildRuby.sh Toolchain: Replace inline nproc with get_number_of_processing_units() 2023-05-07 14:29:25 +02:00
default.nix Toolchain: Add a few packages for building ports to the nix shell 2024-10-26 21:38:48 -04: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.