Advertisement
Guest User

Megcoin Ubuntu 14.04 install script

a guest
May 9th, 2014
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. sudo apt-get install git build-essential libssl-dev libdb5.1++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev libqt5core5a autotools-dev autoconf qttools5-dev-tools qttools5-dev libqt5dbus5 libqt5gui5 libprotobuf-dev protobuf-compiler -y
  2. git clone https://github.com/megcoin/megcoin.git
  3. cd megcoin
  4. ./autogen.sh
  5. ./configure --with-gui=qt5
  6. make USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1
  7. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement