Skip to content

Instantly share code, notes, and snippets.

View Noisyfox's full-sized avatar
🦊
I'm just a fox

Noisyfox Noisyfox

🦊
I'm just a fox
View GitHub Profile
@Noisyfox
Noisyfox / ss-install.md
Created December 12, 2016 14:51 — forked from aa65535/ss-install.md
shadowsocks-libev install at Debian or CentOS

Debian

cd /tmp
# 下载源码
git clone https://github.com/shadowsocks/shadowsocks-libev.git
# 开始编译
cd shadowsocks-libev
./autogen.sh
./configure --prefix=/usr && make
make install