mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-22 16:41:22 +03:00
docs: Update README.md
This commit is contained in:
parent
6106285d35
commit
187628c3b7
10
README.md
10
README.md
@ -44,16 +44,16 @@ 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.8`)
|
||||
or, to clone a specific binary point release (for example `v3.10.1`)
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v3.8-binary --depth=1
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v3.10.1-binary --depth=1
|
||||
```
|
||||
|
||||
`limine-deploy` binaries are provided for Windows.
|
||||
|
||||
In order to rebuild `limine-deploy`, simply run `make` in the binary
|
||||
release directory.
|
||||
|
||||
`limine-deploy.exe` binaries are provided for Windows.
|
||||
|
||||
## Building the bootloader
|
||||
|
||||
*The following steps are not necessary if cloning a binary release. If so, skip to*
|
||||
@ -99,7 +99,7 @@ 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`.
|
||||
To build using the LLVM toolchain, pass `CROSS_TOOLCHAIN=llvm` to `./configure`.
|
||||
|
||||
Limine supports both in-tree and out-of-tree builds. Simply run the `configure`
|
||||
script from the directory you wish to execute the build in. The following `make`
|
||||
|
Loading…
Reference in New Issue
Block a user