diff --git a/Developer-guides.md b/Developer-guides.md index 1fceb9f..59a016d 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -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