Skip to content

Commit

Permalink
Fixed bulid (#35)
Browse files Browse the repository at this point in the history
* Fixed Install

* Fixed build

* 多打了个空格
  • Loading branch information
xiashali authored and madeye committed Jan 31, 2017
1 parent b5db1dc commit 921dab7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ as plugin server of shadowsocks.
Current version: 0.0.2 | [Changelog](Changes)

## Build

For Unix-like systems, especially Debian-based systems,
e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this:

Expand All @@ -19,6 +18,11 @@ sudo apt-get install --no-install-recommends build-essential autoconf libtool li
sudo yum install gcc autoconf libtool automake make zlib-devel openssl-devel asciidoc xmlto
# Arch
sudo pacman -Syu gcc autoconf libtool automake make zlib openssl asciidoc xmlto

git clone https://github.com/shadowsocks/simple-obfs.git
cd simple-obfs
git submodule update --init --recursive
./autogen.sh
./configure && make
sudo make install
```
Expand All @@ -31,7 +35,7 @@ man pages of the applications, respectively.

Add respective item to `--plugin` and `--plugin-opts` arg or as value of `plugin` and `plugin_opts` in JSON.

One the client:
On the client:

```bash
ss-local -c config.json --plugin obfs-local --plugin-opts "obfs=http;obfs-host=www.bing.com"
Expand Down

0 comments on commit 921dab7

Please sign in to comment.