Browse Source

add readme

pull/1/head
clowwindy 12 years ago
parent
commit
c420ac9c92
1 changed files with 23 additions and 0 deletions
  1. 23
      README.md

23
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
Loading…
Cancel
Save