mirror of
https://github.com/jarun/nnn.git
synced 2024-11-30 14:51:28 +00:00
Updated Developer guides (markdown)
parent
ccec29eae1
commit
22a6487d09
|
@ -160,7 +160,9 @@ $ ls -l nnn-static
|
||||||
|
|
||||||
## Compile for MacOS
|
## Compile for MacOS
|
||||||
|
|
||||||
On macos the default system ncurses library is too old and can cause issues. Install a more up to date version from homebrew and link against it via adding the library path to `$LDLIBS`
|
On macos the default system ncurses library is too old and can cause issues (see https://github.com/jarun/nnn/issues/1703).
|
||||||
|
|
||||||
|
Install a more up to date version from homebrew and link against it via adding the library path to `$LDLIBS`
|
||||||
|
|
||||||
$ LDLIBS="-L/opt/homebrew/opt/ncurses/lib/" make
|
$ LDLIBS="-L/opt/homebrew/opt/ncurses/lib/" make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue