You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
sudo yum -y install epel-release \ && sudo yum -y update \ && sudo yum -y install \ git pkgconfig automake autoconf ncurses-devel python python-zmq \ wget gtest-devel gcc gcc-c++ libtool patch make bzip2
sudo apt-get update \ && sudo apt-get -y install \ build-essential pkg-config libc6-dev m4 g++-multilib \ autoconf libtool ncurses-dev unzip git python python-zmq \ zlib1g-dev wget bsdmainutils automake
sudo add-apt-repository ppa:ubuntu-toolchain-r/test \ && sudo apt-get update \ && sudo apt-get install g++-4.9 \ && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 40 \ && sudo update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-4.9 40 \ && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 40
sudo apt-get update \ && sudo apt-get -y install \ build-essential pkg-config libc6-dev m4 g++-multilib-arm-linux-gnueabihf \ autoconf libtool ncurses-dev unzip git python \ zlib1g-dev wget bsdmainutils automake
© 2020 Horizen. All rights reserved.