Workaround shouldn't be needed
This commit is contained in:
parent
9952ee9ecb
commit
db0c2f1f1b
|
@ -130,15 +130,10 @@ function mesh_install_librevault {
|
||||||
chroot "$rootdir" apt-get -yq install autoconf automake libtool curl make unzip
|
chroot "$rootdir" apt-get -yq install autoconf automake libtool curl make unzip
|
||||||
|
|
||||||
# A workaround which allows c++14 to be installed
|
# A workaround which allows c++14 to be installed
|
||||||
sed -i 's|jessie|stretch|g' $rootdir/etc/apt/sources.list
|
|
||||||
sed -i 's|stretch-backports|jessie-backports|g' $rootdir/etc/apt/sources.list
|
|
||||||
chroot "$rootdir" apt-get update
|
|
||||||
chroot "$rootdir" apt-get -yq install g++ gcc-6 g++-6 libboost-all-dev libssl-dev
|
chroot "$rootdir" apt-get -yq install g++ gcc-6 g++-6 libboost-all-dev libssl-dev
|
||||||
chroot "$rootdir" apt-get -yq install protobuf-compiler libprotobuf-dev
|
chroot "$rootdir" apt-get -yq install protobuf-compiler libprotobuf-dev
|
||||||
chroot "$rootdir" apt-get -yq install qtbase5-dev libqt5svg5-dev libqt5websockets5-dev
|
chroot "$rootdir" apt-get -yq install qtbase5-dev libqt5svg5-dev libqt5websockets5-dev
|
||||||
chroot "$rootdir" apt-get -yq install libsqlite3-dev qttools5-dev qttools5-dev-tools libnatpmp-dev
|
chroot "$rootdir" apt-get -yq install libsqlite3-dev qttools5-dev qttools5-dev-tools libnatpmp-dev
|
||||||
sed -i 's|stretch|jessie|g' $rootdir/etc/apt/sources.list
|
|
||||||
chroot "$rootdir" apt-get update
|
|
||||||
|
|
||||||
if [ ! -d $rootdir$INSTALL_DIR ]; then
|
if [ ! -d $rootdir$INSTALL_DIR ]; then
|
||||||
mkdir -p $rootdir$INSTALL_DIR
|
mkdir -p $rootdir$INSTALL_DIR
|
||||||
|
|
Loading…
Reference in New Issue