github.com/fozzysec/SiaPrime@v0.0.0-20190612043147-66c8e8d11fe3/IntrepidPoolDeploy.md (about)

     1  #Installation notes on modified branch oneClientLogFile and removeClientLogging
     2  
     3  ##Installation
     4  ----
     5  ###Clone to local path
     6  First clone SiaPrime into the `$GOPATH/src/SiaPrime` to solve local dependency.
     7  
     8  ```
     9  git clone https://github.com/IntrepidPool/IntrepidPoolStratumSiaPrime.git $GOPATH/src/SiaPrime
    10  ```
    11  ###Switch to the desired branch
    12  ```
    13  git checkout <target branch>
    14  ```
    15  ###Install dependencies
    16  ```
    17  make dependencies
    18  ```
    19  **Note: The Makefile is modified to use GitHub mirrors to replace golang.org repos to avoid connection problem in China**
    20  ###Build
    21  ```
    22  make release
    23  ```