From b4a9dffed73b3544b908f3b68f197cba2403e6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Tue, 11 May 2021 18:01:00 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-guides.md b/Developer-guides.md index 5ac4450..c6a3ce8 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -179,10 +179,10 @@ In this example we will compile `nnn` with [netbsd-curses](https://github.com/sa #### Get netbsd-curses git clone https://github.com/sabotage-linux/netbsd-curses --depth=1 - cd netbsd-curses #### Compile the shared and static libraries + cd netbsd-curses sudo mkdir /opt/netbsd-curses make CC=musl-gcc CFLAGS="-O3 -Wall -fPIC" -j4 all sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/netbsd-curses/