yum -y install wget yum -y groupinstall "Development Tools" wget https://download.libsodium.org/libsodium/releases/old/libsodium-1.0.16.tar.gz tar xf libsodium-1.0.16.tar.gz && cd libsodium-1.0.16 ./configure && make -j2 && make install echo /usr/local/lib > /etc/ld.so.conf.d/usr_local_lib.conf ldconfig cd /root yum -y install python-setuptools easy_install pip git clone https://github.com/4kercc/shadowsocks.git cd shadowsocks pip install -r requirements.txt cp apiconfig.py userapiconfig.py cp config.json user-config.json
if there is something wrong when clone project from github ,you can try the command next line
yum update -y nss curl libcurl
发表评论