Advertisement
Guest User

Megcoin Ubuntu 12.04 Install Script

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