From c66e742ccde462b28a7d4fad747ebaf7223245c7 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sun, 18 Jul 2021 12:04:40 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Developer-guides.md b/Developer-guides.md index 7c0d61a..54cdde9 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -176,7 +176,8 @@ In this example we will compile `nnn` on Ubuntu 20.04 with - [musl-fts](https://github.com/void-linux/musl-fts) - [musl libc](https://www.musl-libc.org/) -Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46). +Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46). +See this [thread](https://github.com/jarun/nnn/issues/1081) to save some more on `terminfo`. [Compilation script](https://github.com/jarun/nnn/blob/master/misc/musl/musl-static-ubuntu.sh) for Ubuntu closely following this procedure.