cjun93 / rpi

0 stars 0 forks source link

Installing dependencies to compile #2

Open cjun93 opened 6 years ago

cjun93 commented 6 years ago

=== Installing dependencies

$ sudo apt-get install git build-essential libtool autotools-dev autoconf pkg-config libssl-dev libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev devscripts libdb++-dev libsodium-dev

==== Installing QT dependencies $ sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libcrypto++-dev libminiupnpc-dev qt5-default

cjun93 commented 6 years ago

$ sudo apt remove libssl-dev $ sudo vim /etc/apt/sources.list change "stretch" to "jessie" $ sudo apt update $ sudo apt install libssl-dev change "jessie" to "stretch" in sources.list