You are viewing a single comment's thread from:
RE: How to compile an 8BIT Masternode on an Ubuntu Linux VPS - A Guide
This helped me out, before compiling:
apt-get install automake
apt-get install libtool
and installing on Ubuntu 14.04x64 :)
This helped me out, before compiling:
apt-get install automake
apt-get install libtool
and installing on Ubuntu 14.04x64 :)
Thanks. Yes, automake and libtool are common tools needed for any wallet. If you don't have them already installed, you'll need those as well.