BitShares Forum

Main => Technical Support => Topic started by: islandking on December 08, 2014, 10:19:38 pm

Title: Bitshares hotfix terminal build?
Post by: islandking on December 08, 2014, 10:19:38 pm
Can I build the new bitshares update in linux terminal yet?

Using these commands?
https://github.com/BitShares/bitshares/blob/master/BUILD_UBUNTU.md
Title: Re: Bitshares hotfix terminal build?
Post by: bytemaster on December 08, 2014, 10:30:19 pm
Can I build the new bitshares update in linux terminal yet?

Using these commands?
https://github.com/BitShares/bitshares/blob/master/BUILD_UBUNTU.md

If you checkout the proper tag (v0.4.24.1) you are good to go. 
Title: Re: Bitshares hotfix terminal build?
Post by: islandking on December 08, 2014, 11:07:37 pm
Can I build the new bitshares update in linux terminal yet?

Using these commands?
https://github.com/BitShares/bitshares/blob/master/BUILD_UBUNTU.md

If you checkout the proper tag (v0.4.24.1) you are good to go.

Bytemaster what do you mean? What command line would I need to change to get the updated version?
Title: Re: Bitshares hotfix terminal build?
Post by: xeroc on December 08, 2014, 11:17:14 pm
go to your sources and issue

git checkout -b stable v0.4.24.1

It will checkout that version
then run thw submodule update thing and you are good to go compiling
Title: Re: Bitshares hotfix terminal build?
Post by: Xeldal on December 08, 2014, 11:18:43 pm
Can I build the new bitshares update in linux terminal yet?

Using these commands?
https://github.com/BitShares/bitshares/blob/master/BUILD_UBUNTU.md

If you checkout the proper tag (v0.4.24.1) you are good to go.

Bytemaster what do you mean? What command line would I need to change to get the updated version?



Quote
sudo apt-get update
sudo apt-get install cmake git libreadline-dev uuid-dev g++ libdb++-dev libdb-dev zip libssl-dev openssl build-essential python-dev autotools-dev libicu-dev libbz2-dev libboost-dev libboost-all-dev
git clone https://github.com/BitShares/bitshares.git
cd bitshares

git checkout v0.4.24.1

git submodule init
git submodule update
cmake .
make

You can find the current tags here:
https://github.com/BitShares/bitshares/tags