Vaginaldo

Untitled

Aug 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. 1) Online Machine
  2.  
  3. . Clone Armory git rep
  4.  
  5. git clone https://github.com/goatpig/BitcoinArmory.git
  6.  
  7.  
  8. . Follow Guide
  9.  
  10. https://github.com/goatpig/BitcoinArmory/blob/master/linuxbuild/Linux_build_notes.md
  11.  
  12. git tag -v v0.93.3
  13. git checkout v0.93.3
  14.  
  15.  
  16. . Clone libfcgi git rep
  17.  
  18.  
  19. cd ~/Armory
  20. git clone https://github.com/goatpig/libfcgi.git
  21.  
  22.  
  23. . Clone to usb drive
  24.  
  25.  
  26. git clone BitcoinArmory/ /run/media/sigma/2F19-8B28/BitcoinArmory
  27. git clone libfcgi /run/media/sigma/2F19-8B28/libfcgi
  28.  
  29.  
  30. 2) Offline Machine
  31.  
  32. git clone /run/media/picard/2F19-8B28/BitcoinArmory BitcoinArmory/
  33. git clone /run/media/picard/2F19-8B28/libfcgi libfcgi/
  34.  
  35. cp -av libfcgi/. BitcoinArmory/cppForSwig/fcgi/
  36. rm BitcoinArmory/.gitmodules
  37.  
  38. ./autogen.sh
  39. ./configure
  40. make
  41.  
  42. to actually build the thing. You will need to have automake installed.
  43.  
  44. The command to run the qt client is still the same.
Add Comment
Please, Sign In to add comment