Updated Developer guides (markdown)

Piña Colada 2021-05-11 18:01:00 +05:30
parent 0652402e36
commit b4a9dffed7
1 changed files with 1 additions and 1 deletions

@ -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/