You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
436 B
7 lines
436 B
#!/bin/bash
|
|
#Dependacies without QT, DBD, vim
|
|
sudo apt-get install build-essential pkg-config git libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip python zlib1g-dev wget bsdmainutils automake libssl-dev libprotobuf-dev protobuf-compiler libqrencode-dev ntp ntpdate software-properties-common curl libcurl4-gnutls-dev cmake clang libevent-dev libboost-all-dev
|
|
./buildkomodo.sh
|
|
./buildchips.sh
|
|
./buildbitcoin.sh
|
|
./symlinks.sh
|
|
|