github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/README.md (about) 1 # Neatio Client 2 3 ## Building the client from source: 4 5 To build Neatio client from source you will need to install **Go** (Golang) and a **C** compiler. 6 7 8 **Note:** At least `v1.16` of **Go** is required for building the client. 9 10 11 You can download and install **Go** from the official guide from the [Go website](https://go.dev/doc/install). 12 13 After all the dependencies are installed and the $PATH is set, open a terminal and run: 14 ```shell 15 git clone -b main https://github.com/neatlab/neatio.git 16 cd neatio 17 make neatio 18 ``` 19