Bitcoin Forum

Other => MultiBit => Topic started by: Jamie_Boulder on June 25, 2014, 01:05:29 PM



Title: How do I install multibit on an ubuntu server (no GUI)
Post by: Jamie_Boulder on June 25, 2014, 01:05:29 PM
Does anyone know the commands on extracting & installing a tar.gz file in Linux 14 server? has been a pain in the ass to figure out lol...php/mysql/apache was so easy :(


Title: Re: How do I install multibit on an ubuntu server (no GUI)
Post by: BookLover on June 25, 2014, 02:18:52 PM
Code:
tar xvzf file_name.tar.gz
./configure
make
sudo make install