I tried to compile, but i'll get an error while trying to run autogen.sh
the error is like this:
./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm
i tried to Google the problem and i tried as suggested here:
https://ask.fedoraproject.org/en/question/50121/how-to-fix-cant-exec-aclocal/
sudo apt-get install automake
i tried on both Ubuntu 16 and 17
This helped me out, before compiling:
apt-get install automake
apt-get install libtool
and installing on Ubuntu 14.04x64 :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit