diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-24 23:42:05 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-24 23:42:05 +0530 |
commit | a2288594d14893b47761b2ac8872f4761102f970 (patch) | |
tree | 7dbf685535871fd830c8a2007a90ed0bc9ee6f16 /README.md | |
parent | 1684d7b24efa49f890d59f260a86be3aaddad256 (diff) | |
download | nnn-a2288594d14893b47761b2ac8872f4761102f970.tar.gz |
Move compilation notes to Wiki
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |