Steem Installation Commands Ubuntu 14.04 64-bit

in #steem8 years ago

I had some trouble finding a good guide to install steemd on Ubuntu 14.04 64-bit. Here are the commands I used to make it work (most are from https://steem.io/documentation/how-to-build/):

apt-get install software-properties-common

add-apt-repository ppa:ubuntu-toolchain-r/test

apt-get update

export BOOST_ROOT=$HOME/opt/boost_1_60_0

apt install autotools-dev build-essential g++ libbz2-dev libicu-dev python-dev

wget -c 'http://sourceforge.net/projects/boost/files/boost/1.60.0/boost_1_60_0.tar.bz2/download' -O boost_1_60_0.tar.bz2

tar xjf boost_1_60_0.tar.bz2

cd boost_1_60_0/

./bootstrap.sh "--prefix=$BOOST_ROOT"

./b2 install

apt install gcc-4.9 g++-4.9 cmake make libbz2-dev libdb++-dev libdb-dev libssl-dev openssl doxygen libreadline-dev autoconf libtool git libncurses5-dev

cd ~

git clone https://github.com/steemit/steem

cd steem

git submodule update --init --recursive

cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release .

make

TROUBLESHOOTING
If you still get an error, try

rm CMakeCache.txt in ~/steem/
Sort:  

thank you, this worked for me.
The only issue I had was unrelated to steem and its dependencies. I solved that problem by pinning the problem package.

Glad I could get thru this part because next on my agenda is a rebuild of the steemit server and client!! :)

I also need to
sudo apt-get install autoconf libtool

Congratulations @nosebridge! You have received a personal award!

Happy Birthday - 1 Year
Click on the badge to view your own Board of Honor on SteemitBoard.

For more information about this award, click here

By upvoting this notification, you can help all Steemit users. Learn how here!

Interesting
I will follow you to see your future posts!

Congratulations @nosebridge! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 3 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Coin Marketplace

STEEM 0.20
TRX 0.12
JST 0.029
BTC 60696.11
ETH 3379.76
USDT 1.00
SBD 2.52