Updated Developer guides (markdown)

Piña Colada 2021-05-11 18:10:58 +05:30
parent b4a9dffed7
commit 6c0a0a7b36
1 changed files with 1 additions and 1 deletions

@ -187,7 +187,7 @@ In this example we will compile `nnn` with [netbsd-curses](https://github.com/sa
make CC=musl-gcc CFLAGS="-O3 -Wall -fPIC" -j4 all
sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/netbsd-curses/
make clean
make CC=musl-gcc make CFLAGS=-O3 LDFLAGS=-static all-static
make CC=musl-gcc CFLAGS=-O3 LDFLAGS=-static all-static
sudo cp libcurses/libcurses.a libterminfo/libterminfo.a /opt/netbsd-curses/
#### Compile `nnn`