mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Update docs
This commit is contained in:
@@ -64,6 +64,7 @@ choco install protoc
|
|||||||
These dependencies are for compiling Lighthouse natively on Windows. Lighthouse can also run
|
These dependencies are for compiling Lighthouse natively on Windows. Lighthouse can also run
|
||||||
successfully under the [Windows Subsystem for Linux (WSL)][WSL]. If using Ubuntu under WSL, you
|
successfully under the [Windows Subsystem for Linux (WSL)][WSL]. If using Ubuntu under WSL, you
|
||||||
should follow the instructions for Ubuntu listed in the [Dependencies (Ubuntu)](#ubuntu) section.
|
should follow the instructions for Ubuntu listed in the [Dependencies (Ubuntu)](#ubuntu) section.
|
||||||
|
|
||||||
[WSL]: https://docs.microsoft.com/en-us/windows/wsl/about
|
[WSL]: https://docs.microsoft.com/en-us/windows/wsl/about
|
||||||
|
|
||||||
## Build Lighthouse
|
## Build Lighthouse
|
||||||
@@ -128,8 +129,12 @@ Commonly used features include:
|
|||||||
* `gnosis`: support for the Gnosis Beacon Chain.
|
* `gnosis`: support for the Gnosis Beacon Chain.
|
||||||
* `portable`: support for legacy hardware.
|
* `portable`: support for legacy hardware.
|
||||||
* `modern`: support for exclusively modern hardware.
|
* `modern`: support for exclusively modern hardware.
|
||||||
* `slasher-mdbx`: support for the MDBX slasher backend (enabled by default).
|
* `slasher-mdbx`: support for the MDBX slasher backend. Enabled by default.
|
||||||
* `slasher-lmdb`: support for the LMDB slasher backend.
|
* `slasher-lmdb`: support for the LMDB slasher backend.
|
||||||
|
* `jemalloc`: use [`jemalloc`][jemalloc] to allocate memory. Enabled by default on Linux and macOS.
|
||||||
|
Not supported on Windows.
|
||||||
|
|
||||||
|
[jemalloc]: https://jemalloc.net/
|
||||||
|
|
||||||
## Compilation Profiles
|
## Compilation Profiles
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user