Bitcoin Forum
June 25, 2024, 12:32:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Little guide to Build Armory from Source on clean system  (Read 880 times)
Casimir1904 (OP)
Full Member
***
Offline Offline

Activity: 209
Merit: 100


Radix-The Decentralized Finance Protocol


View Profile
June 27, 2017, 01:11:48 PM
Last edit: November 26, 2017, 08:43:59 PM by Casimir1904
 #1

A Little guide to build Armory from source on a clean Ubuntu system:

Code:
sudo apt-get update && apt-get upgrade -y
sudo apt-get install git autoconf libtool libqt4-dev libqtcore4 pyqt4-dev-tools swig g++ python-dev python-psutil libqtcore4 libqtcore4 pkg-config -y
git clone https://github.com/goatpig/BitcoinArmory.git
cd BitcoinArmory/
git checkout testing
git submodule init
git submodule update
./autogen.sh
./configure
make -j$(grep -c ^processor /proc/cpuinfo)
make install

#Install Bitcoind ( In this example core but will work with BU/Classic and probably many other nodes also )
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sud apt-get install bitcoind

#Run Bitcoind:
bitcoind -daemon

#Now wait till Bitcoind is synced and start Armory.

   R A D I X   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   The Decentralized Finance Protocol
█████████ GET TOKENS █████████    Facebook      Telegram      Twitter
The Radix DeFi Protocol is    SCALABLE SECURE COMMUNITY DRIVEN
calebcjh
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
November 23, 2017, 07:05:53 AM
 #2

libqt4-dev required as well

Code:
sudo apt-get install libqt4-dev
Casimir1904 (OP)
Full Member
***
Offline Offline

Activity: 209
Merit: 100


Radix-The Decentralized Finance Protocol


View Profile
November 26, 2017, 08:43:13 PM
 #3

libqt4-dev required as well

Code:
sudo apt-get install libqt4-dev

With the steps I build many times ( Except the typos ).

   R A D I X   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   The Decentralized Finance Protocol
█████████ GET TOKENS █████████    Facebook      Telegram      Twitter
The Radix DeFi Protocol is    SCALABLE SECURE COMMUNITY DRIVEN
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!