Skip to content

Instantly share code, notes, and snippets.

@LeeiFrankJaw
Last active January 24, 2018 05:45
Show Gist options
  • Save LeeiFrankJaw/46eb1acfda68997d3e20c4b57abf1ef6 to your computer and use it in GitHub Desktop.
Save LeeiFrankJaw/46eb1acfda68997d3e20c4b57abf1ef6 to your computer and use it in GitHub Desktop.
Install shadowsocks-libev v3.1.1 on Ubuntu 16.04.03 LTS from source code
git clone git@github.com:shadowsocks/shadowsocks-libev.git
cd shadowsocks-libev/
git checkout v3.1.1
git submodule update --init --recursive
sudo apt install --no-install-recommends libpcre3-dev asciidoc xmlto libev-dev libc-ares-dev libmbedtls-dev libsodium-dev
sudo apt install automake libtool
./autogen.sh
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment