1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-11 13:06:14 +03:00

Updated Developer guides (markdown)

Arun 2023-08-05 09:21:50 +05:30
parent ccec29eae1
commit 22a6487d09

@ -160,7 +160,9 @@ $ ls -l nnn-static
## 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