Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get upgrade
  3. sudo apt-get install libssl-dev libdb-dev libdb++-dev libqrencode-dev qt4-qmake libqtgui4 libqt4-dev git
  4. sudo apt-get install libminiupnpc-dev libminiupnpc8 libboost-all-dev build-essential git libboost1.48-all-dev
  5.  
  6. git clone https://github.com/dogecoin/dogecoin
  7.  
  8. cd dogecoin
  9.  
  10. qmake USE_UPNP=-
  11. => I have msg: qmake: could not find a Qt installation of ''
  12.  
  13. make
  14. => make: *** No targets specified and no makefile found. Stop.
  15.  
  16. make -f makefile.unix USE_UPNP=-
  17. => make: makefile.unix: No such file or directory
  18. => make: *** No rule to make target `makefile.unix'. Stop.
  19.  
  20. ./configure
  21. => bash: ./configure: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement