猫才适合看的文章,生人勿近

此文章仅限猫查看,喵……
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

发表评论

路人甲 表情
看不清楚?点图切换 Ctrl+Enter快速提交

网友评论(0)

sitemap