11
Oct

BitcoinArmory on CubbieBoard Ubuntu

I was having issues installing qt bitcoin armory on my cubieboard, search plenty of the internet, and have come up with the following simplest way to get it to install from source.

BitcoinArmory/cppForSwig/cryptopp'
g++ -DNDEBUG -O -g0 -native -template=no%extdef  -c 3way.cpp
g++: error: unrecognized option ‘-native’
g++: error: unrecognized option ‘-template=no%extdef’
make[2]: *** [3way.o] Error 1

Is the errors i was getting. To solve these go here: http://www.cryptopp.com/#download And download 6.2. extract to a folder somewhere, and move GNUmakefile into BitcoinArmory/cppForSwig/cryptopp/

Done.