From 0bb2ae6bb6f43d2b15f84e8b5cb623b6cb008d8b Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 28 Aug 2023 17:14:01 -0400 Subject: [PATCH] build instructions update --- BUILD.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index b65a6e8f..b15b50e5 100644 --- a/BUILD.md +++ b/BUILD.md @@ -2,8 +2,7 @@ ## zrok -At this time, building `zrok` is pretty straightforward. You will require `node` v16+ to be installed in order to complete -the build as well as `go`. +At this time, building `zrok` is pretty straightforward. You will require `node` v16+ to be installed in order to complete the build as well as `go`. Because `zrok` uses CGO, you will also need to have a working C compiler toolchain. [TDM-GCC](https://jmeubank.github.io/tdm-gcc/download/) works great on Windows (just make sure it's in your PATH). To build, follow these steps: * clone the repository