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:
parent
7afc0fb9c8
commit
a04a58b7eb
5 changed files with 34 additions and 42 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue