Author Topic: Bitshares hotfix terminal build?  (Read 1677 times)

0 Members and 1 Guest are viewing this topic.

Xeldal

  • Guest
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
« Last Edit: December 08, 2014, 11:20:14 pm by Xeldal »

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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

Offline islandking

  • Sr. Member
  • ****
  • Posts: 378
  • The king of the island
    • View Profile
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?
I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party. - Satoshi

Offline bytemaster

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. 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline islandking

  • Sr. Member
  • ****
  • Posts: 378
  • The king of the island
    • View Profile
Can I build the new bitshares update in linux terminal yet?

Using these commands?
https://github.com/BitShares/bitshares/blob/master/BUILD_UBUNTU.md
I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party. - Satoshi