mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 05:11:30 +00:00
Updated Developer guides (markdown)
parent
c5475e5373
commit
2a8ad77e3a
|
@ -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
|
git clone https://github.com/sabotage-linux/netbsd-curses
|
||||||
cd netbsd-curses
|
cd netbsd-curses
|
||||||
git checkout v0.3.2
|
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 mkdir /opt/nnn-libs
|
||||||
sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/nnn-libs/
|
sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/nnn-libs/
|
||||||
make clean
|
make clean
|
||||||
|
|
Loading…
Reference in a new issue