Move compilation notes to Wiki

This commit is contained in:
Arun Prakash Jana 2020-01-24 23:42:05 +05:30
parent 1684d7b24e
commit a2288594d1
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 5 deletions

View File

@ -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.