docs: Do not fail to mention how to build limine-install with clang/LLVM too
This commit is contained in:
parent
508e965626
commit
ad8620e704
@ -99,7 +99,7 @@ The generated bootloader files are going to be in `bin`.
|
||||
|
||||
In order to build the BIOS port fully using clang/LLVM, run `make` as such:
|
||||
```bash
|
||||
make limine-bios TOOLCHAIN="llvm" TOOLCHAIN_CC="clang" TOOLCHAIN_LD="ld.lld"
|
||||
make limine-bios bin/limine-install CC="clang" TOOLCHAIN="llvm" TOOLCHAIN_CC="clang" TOOLCHAIN_LD="ld.lld"
|
||||
```
|
||||
And in order to build the UEFI port using clang/LLVM + `GNU binutils`, run `make` as such:
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user