github.com/devkononov/go-func@v0.0.0-20190722084534-f14392d369a7/README.md (about)

     1  ## Go Funcoin
     2  
     3  Golang implementation of the FUNCOIN protocol.
     4  
     5  
     6  ## Building the source
     7  
     8  For prerequisites and detailed build instructions please read the [Installation Instructions](https://#) on the wiki.
     9  
    10  Building `geth` requires both a Go (version 1.10 or later) and a C compiler. You can install
    11  them using your favourite package manager. Once the dependencies are installed, run
    12  
    13  ```shell
    14  make geth
    15  ```
    16  
    17  or, to build the full suite of utilities:
    18  
    19  ```shell
    20  make all
    21  ```