mirror of
https://github.com/jarun/nnn.git
synced 2024-11-26 09:52:12 +03:00
Updated Developer guides (markdown)
parent
b4a9dffed7
commit
6c0a0a7b36
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user