github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/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/neatio-net/neatio.git
    16  cd neatio
    17  make neatio
    18  ```