From 9d6946a6c709a57e25a04a3260d54aedad60cbe0 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 18 Jan 2017 16:43:51 +0800 Subject: [PATCH] Remove the shared-lib section --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index cbdb94ae..37d71e78 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,6 @@ and `--with-mbedtls=/path/to/mbedtls` when running `./configure`. Windows users will need extra work when compiling mbedTLS library, see [this issue](https://github.com/shadowsocks/shadowsocks-libev/issues/422) for detail info. -#### Using shared library from system - -Please specify `--enable-system-shared-lib`. This will replace the bundled -`libev`, `libsodium` and `libudns` with the corresponding libraries installed -in the system during compilation and linking. - ### Debian & Ubuntu #### Install from repository