Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ apt install -y cmake pkg-config build-essential git clang libclang-dev protobuf-
pacman -Syu --needed --noconfirm cmake gcc pkgconf git clang protobuf-compiler
```

###### Windows

1. Install Visual C++ Build tools as described in this first [stackoverflow answer, and make sure to select clang as well.](https://stackoverflow.com/questions/40504552/how-to-install-visual-c-build-tools)
2. [Install protobuf and add it to the PATH](https://www.geeksforgeeks.org/how-to-install-protocol-buffers-on-windows/)
3. Install make via `choco install make`
4. Install the node via `cargo install fuel-core-bin`
5. Test the node by running `fuel-core run --db-type in-memory`


## Building

We recommend using `xtask` to build fuel-core:
Expand Down