docs: Update in praparation for Limine 3.8
This commit is contained in:
parent
874db16cf6
commit
278149651b
|
@ -44,9 +44,9 @@ For example, to clone the latest binary release of the `v3.x` branch one can do
|
|||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v3.0-branch-binary --depth=1
|
||||
```
|
||||
or, to clone a specific binary point release (for example `v3.5`)
|
||||
or, to clone a specific binary point release (for example `v3.8`)
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v3.5-binary --depth=1
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v3.8-binary --depth=1
|
||||
```
|
||||
|
||||
`limine-deploy` binaries are provided for Windows.
|
||||
|
@ -96,6 +96,9 @@ necessary dependencies and generate the configure script (`GNU autoconf` and `GN
|
|||
`./configure` takes arguments and environment variables; for more information on
|
||||
these, run `./configure --help`.
|
||||
|
||||
**`./configure` by default does not build any Limine port. Make sure to read the**
|
||||
**output of `./configure --help` and enable any or all ports!**
|
||||
|
||||
To build using the LLVM toolchain, pass `TOOLCHAIN=llvm` to `./configure`.
|
||||
|
||||
Limine supports both in-tree and out-of-tree builds. Simply run the `configure`
|
||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Loading…
Reference in New Issue