diff --git a/README.md b/README.md new file mode 100644 index 00000000..596aa30f --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +shadowsocks-libev +=========== + +shadowsocks-libev is a lightweight tunnel proxy which can help you get through + firewalls. It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks). + +Currently not stable yet. + Please use [shadowsocks-nodejs](https://github.com/clowwindy/shadowsocks-nodejs). + +installation +----------- + +Edit local.c, change server hostname. + +Install the following package: + + sudo apt-get install build-essential + sudo apt-get install autotools-dev + sudo apt-get install libtool + sudo apt-get install libssl-dev + autoreconf + ./configure && make +