mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00: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
|
make CC=musl-gcc CFLAGS="-O3 -Wall -fPIC" -j4 all
|
||||||
sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/netbsd-curses/
|
sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/netbsd-curses/
|
||||||
make clean
|
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/
|
sudo cp libcurses/libcurses.a libterminfo/libterminfo.a /opt/netbsd-curses/
|
||||||
|
|
||||||
#### Compile `nnn`
|
#### Compile `nnn`
|
||||||
|
|
Loading…
Reference in a new issue