Hello,
I saw on the tutorial that the debian version is 9 but I remember that before it was 8, and because I'm still under debian 8 I would like to know if the installation of debian 9 work for debian 8
I mean :
apt-get install git clang cmake make gcc g++ libmariadbclient-dev libssl1.0-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev mysql-server p7zip
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100
because last time I do that it seems to be wrong, so if you could enlight me, thanks!