From a4f1c9bfdf5984775b7edd5a23fbd48a00f1c0ad Mon Sep 17 00:00:00 2001 From: ControlCplusControlV <44706811+ControlCplusControlV@users.noreply.github.com> Date: Sun, 19 Mar 2023 12:23:58 -0600 Subject: [PATCH 1/3] Add Windows install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 01fcf0da..1d0a7fe1 100644 --- a/README.md +++ b/README.md @@ -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: From c7322927d10e14b59bbbf9655827630bba2aabf2 Mon Sep 17 00:00:00 2001 From: ControlCplusControlV <44706811+ControlCplusControlV@users.noreply.github.com> Date: Sun, 19 Mar 2023 12:34:33 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d0a7fe1..c4f0c41b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ pacman -Syu --needed --noconfirm cmake gcc pkgconf git clang protobuf-compiler 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` +4. Install the node via `cargo install fuel-core-bin` (or download this repo as a zip, `git clone` is a currently broken) 5. Test the node by running `fuel-core run --db-type in-memory` From 022b0ab00e29dfe560415fe65fcd11e3f4f0ca09 Mon Sep 17 00:00:00 2001 From: ControlCplusControlV <44706811+ControlCplusControlV@users.noreply.github.com> Date: Sun, 19 Mar 2023 12:40:44 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f0c41b..1d0a7fe1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ pacman -Syu --needed --noconfirm cmake gcc pkgconf git clang protobuf-compiler 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` (or download this repo as a zip, `git clone` is a currently broken) +4. Install the node via `cargo install fuel-core-bin` 5. Test the node by running `fuel-core run --db-type in-memory`