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/