Main > Technical Support

Ubuntu help for Newbie

(1/2) > >>

tonyk:
Thanks both - A LOT!
I do not need GUI, I think.

xeroc:
remark: from a chat with cass i heard that there is a trading "wallet" in heavy development .. so unless you really need that gui to run trades on the blockchain you should not compile it and run the terminal mode .. (if you are comfortable with it and can wait for the final trader gui to come)

Riverhead:
You need to install npm with sudo however for the DR12 testing you use the CLI in programs/client so no you don't need the second part yet.

tonyk:

--- Quote from: Riverhead on August 11, 2014, 02:21:12 pm ---This is assuming a fresh clean install of Ubuntu.  You can copy/paste most of these commands if you want to set it up like me.


sudo apt-get update
sudo apt-get git
cd ~
mkdir github
cd github

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 zlib1g-dev
git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit

git checkout develop
./setenv.sh
git submodule init
git submodule update
cmake .
make
cd programs/client
./bitshares_client

--- End quote ---

Thanks.Great.  - It turn out I had that part already:


when I get to this part of the instructions:

sudo apt-get install npm qt5-default libqt5webkit5-dev
cd bitshares-toolkit
cmake -DINCLUDE_QT_WALLET=ON .
cd programs/web_wallet
sudo npm install -g lineman
npm install
cd -
make buildweb
make BitSharesXT


when I try  npm install I get:
npm ERR! weird error 127

Do I really need the second part?

Riverhead:
This is assuming a fresh clean install of Ubuntu.  You can copy/paste most of these commands if you want to set it up like me.


sudo apt-get update
sudo apt-get git
cd ~
mkdir github
cd github

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 zlib1g-dev
git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit

git checkout develop
./setenv.sh
git submodule init
git submodule update
cmake .
make
cd programs/client
./bitshares_client

Navigation

[0] Message Index

[#] Next page

Go to full version