From 357d2644c3aa20e06e3acb1b90c554e0d9b90e14 Mon Sep 17 00:00:00 2001 From: Sergey Markov Date: Sun, 8 May 2022 16:11:07 +0300 Subject: [PATCH] change README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 657e61af..e4fa30a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fork by Sergey Markow 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 @@ -75,25 +75,25 @@ requires the zmq devel library installed. Basic build: ``` -sudo apt-get install build-essential yasm
-./configure
+sudo apt-get install build-essential yasm +./configure make ``` Building with zmq (this is not required for ckproxy): ``` -sudo apt-get install build-essential yasm libzmq3-dev
-./configure
+sudo apt-get install build-essential yasm libzmq3-dev +./configure make ``` Building from git also requires autoconf and automake: ``` -sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev
-./autogen.sh
-./configure
+sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev +./autogen.sh +./configure make ```