Skip to content

Instantly share code, notes, and snippets.

@libotony
Last active November 20, 2023 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libotony/253c0904beb5b72088c4a37711356c09 to your computer and use it in GitHub Desktop.
Save libotony/253c0904beb5b72088c4a37711356c09 to your computer and use it in GitHub Desktop.
build thor on windows
  1. Install MSYS2 from Official Webisite
  2. Follow the instructions in the Official Webisite to update the packages
  3. Start MSYS2 with MinGW-w64
  4. Install required softwares via run pacman -S git make mingw-w64-x86_64-gcc mingw-w64-x86_64-go
  5. Run git clone https://github.com/vechain/thor.git
  6. Run make dep
  7. Run make clean
  8. Run make all
@fleischr
Copy link

alternate, possibly easier option - use Chocolately (which is frequently installed alongside node/npm on windows).

Use the command:

choco install make

@libotony
Copy link
Author

alternate, possibly easier option - use Chocolately (which is frequently installed alongside node/npm on windows).

Use the command:

choco install make

This might be a better approach nowadays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment