wget https://botan.randombit.net/releases/Botan-2.3.0.tgz tar xvf Botan-2.3.0.tgz cd Botan-2.3.0 ./configure.py make -j4 sudo make install sudo ldconfig
A C++ Compiler that supports C++14 features (i.e. GCC >=
4.9)
Building
1 2 3 4 5 6
git clone https://github.com/shadowsocks/libQtShadowsocks cd libQtShadowsocks mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr make -j8 sudo make install
git clone https://github.com/shadowsocks/shadowsocks-qt5 cd shadowsocks-qt5 mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr make -j8 sudo make install