mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: note that only wsl2 works (#3609)
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
# Build from Source
|
# Build from Source
|
||||||
|
|
||||||
You can build Reth on Linux, macOS, and Windows WSL.
|
You can build Reth on Linux, macOS, and Windows WSL2.
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> Reth does **not** work on Windows WSL1.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
@ -127,4 +131,4 @@ binary](../installation/binaries.md).
|
|||||||
|
|
||||||
If compilation fails with `error: linking with cc failed: exit code: 1`, try running `cargo clean`.
|
If compilation fails with `error: linking with cc failed: exit code: 1`, try running `cargo clean`.
|
||||||
|
|
||||||
_(Thanks to Sigma Prime for this section from [their Lighthouse book](https://lighthouse-book.sigmaprime.io/installation.html)!)_
|
_(Thanks to Sigma Prime for this section from [their Lighthouse book](https://lighthouse-book.sigmaprime.io/installation.html)!)_
|
||||||
|
|||||||
Reference in New Issue
Block a user