Differences
This shows you the differences between two versions of the page.
how-to-install-bitcoin-on-centos-7 [2015-01-16 16:24:08] – created shaun.reitan | how-to-install-bitcoin-on-centos-7 [2015-01-16 16:57:46] (current) – shaun.reitan | ||
---|---|---|---|
Line 35: | Line 35: | ||
tar zxvf openssl-1.0.1l.tar.gz | tar zxvf openssl-1.0.1l.tar.gz | ||
cd openssl-1.0.1l | cd openssl-1.0.1l | ||
- | ./Configure | + | export CFLAGS=" |
- | make | + | ./config |
+ | make all | ||
make install | make install | ||