mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 11:21:27 +00:00
Updated Developer guides (markdown)
parent
0652402e36
commit
b4a9dffed7
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue