1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

LibC: Port setjmp syntax to avoid nasm dependency

This commit is contained in:
Robin Burchell 2019-05-23 10:14:19 +02:00 committed by Andreas Kling
parent 7afc0fb9c8
commit a04a58b7eb
5 changed files with 34 additions and 42 deletions

View file

@ -12,9 +12,9 @@ First off, GCC needs MPFR, MPC and GMP. On Ubuntu, this is as simple as:
sudo apt install libmpfr-dev libmpc-dev libgmp-dev
For Serenity, we will need nasm, e2fsprogs and QEMU:
For Serenity, we will need e2fsprogs and QEMU:
sudo apt install nasm e2fsprogs qemu-system-i386
sudo apt install e2fsprogs qemu-system-i386
## Binutils: