mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: describe windows dependencies for source builds (#3786)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8720a5189b
commit
0b012ab664
@ -1,6 +1,6 @@
|
||||
# Build from Source
|
||||
|
||||
You can build Reth on Linux, macOS, and Windows WSL2.
|
||||
You can build Reth on Linux, macOS, Windows, and Windows WSL2.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
@ -28,6 +28,7 @@ operating system:
|
||||
|
||||
- **Ubuntu**: `apt-get install libclang-dev pkg-config build-essential`
|
||||
- **macOS**: `brew install llvm pkg-config`
|
||||
- **Windows**: `choco install llvm` or `winget install LLVM.LLVM`
|
||||
|
||||
These are needed to build bindings for Reth's database.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user