Browse Source

change README.md

master
Sergey Markov 3 years ago
parent
commit
357d2644c3
  1. 16
      README.md

16
README.md

@ -1,6 +1,6 @@
# Fork by Sergey Markow # Fork by Sergey Markow
This is the fork from https://bitbucket.org/ckolivas/ckpool.git This is the fork from https://bitbucket.org/ckolivas/ckpool.git
**NOTE** the donation fee is removed from soruces >**NOTE** the donation fee is removed from soruces
# CKPOOL + CKPROXY + libckpool by Con Kolivas # CKPOOL + CKPROXY + libckpool by Con Kolivas
@ -75,25 +75,25 @@ requires the zmq devel library installed.
Basic build: Basic build:
``` ```
sudo apt-get install build-essential yasm<br /> sudo apt-get install build-essential yasm
./configure<br /> ./configure
make make
``` ```
Building with zmq (this is not required for ckproxy): Building with zmq (this is not required for ckproxy):
``` ```
sudo apt-get install build-essential yasm libzmq3-dev<br /> sudo apt-get install build-essential yasm libzmq3-dev
./configure<br /> ./configure
make make
``` ```
Building from git also requires autoconf and automake: Building from git also requires autoconf and automake:
``` ```
sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev<br /> sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev
./autogen.sh<br /> ./autogen.sh
./configure<br /> ./configure
make make
``` ```

Loading…
Cancel
Save