mirror of
https://github.com/jarun/nnn.git
synced 2025-03-20 05:19:43 +00:00
Updated Developer guides (markdown)
parent
c5475e5373
commit
2a8ad77e3a
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ See this [patch](https://github.com/jarun/nnn/issues/1081#issuecomment-868181380
|
|||
git clone https://github.com/sabotage-linux/netbsd-curses
|
||||
cd netbsd-curses
|
||||
git checkout v0.3.2
|
||||
make CC=musl-gcc CFLAGS="-O3 -Wall -fPIC" -j4 all
|
||||
make CC=musl-gcc CFLAGS="-O3 -Wall -fPIC" -j$(($(nproc)+1)) all
|
||||
sudo mkdir /opt/nnn-libs
|
||||
sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/nnn-libs/
|
||||
make clean
|
||||
|
|
Loading…
Add table
Reference in a new issue