Browse Source

Update build dependencies

master
kanoi 8 years ago
parent
commit
15a568be15
  1. 9
      README

9
README

@ -75,7 +75,7 @@ BUILDING:
Building ckpool standalone without ckdb has no dependencies outside of the Building ckpool standalone without ckdb has no dependencies outside of the
basic build tools on any linux installation. basic build tools on any linux installation.
sudo apt-get install build-essential sudo apt-get install build-essential yasm
./configure --without-ckdb ./configure --without-ckdb
make make
@ -83,16 +83,19 @@ make
Building with ckdb requires installation of the postgresql, gsl and ssl Building with ckdb requires installation of the postgresql, gsl and ssl
development libraries. development libraries.
sudo apt-get install build-essential libpq-dev libgsl0ldbl libgsl0-dev sudo apt-get install build-essential yasm libpq-dev libgsl-dev
./configure ./configure
make make
older distributions may instead require a different version of gsl:
sudo apt-get install build-essential libpq-dev libgsl0ldbl libgsl0-dev yasm
N.B. ckdb also requires libssl-dev but libpq-dev depends on it and installs it N.B. ckdb also requires libssl-dev but libpq-dev depends on it and installs it
Building from git also requires autoconf and automake Building from git also requires autoconf and automake
sudo apt-get install build-essential libpq-dev autoconf automake libtool sudo apt-get install build-essential yasm libpq-dev libgsl-dev autoconf automake libtool
./autogen.sh ./autogen.sh
./configure ./configure
make make

Loading…
Cancel
Save