From: Arun Prakash Jana Date: Fri, 24 Jan 2020 18:12:05 +0000 (+0530) Subject: Move compilation notes to Wiki X-Git-Tag: v3.0~42 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a2288594d14893b47761b2ac8872f4761102f970;p=nnn.git Move compilation notes to Wiki --- diff --git a/README.md b/README.md index f86441b1..e4794fb1 100644 --- a/README.md +++ b/README.md @@ -146,11 +146,6 @@ Download the latest stable release or clone this repository (*risky*), install d $ sudo apt-get install pkg-config libncursesw5-dev libreadline-dev $ sudo make strip install -To compile _without_ libreadline: - - $ sudo apt-get install pkg-config libncursesw5-dev - $ sudo make O_NORL=1 strip install - `PREFIX` is supported, in case you want to install to a different location. See the [developer guides](https://github.com/jarun/nnn/wiki/Developer-guides) for source verification, compilation notes on the Pi, Cygwin and other tips.