1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-11 13:06:14 +03:00

Updated Developer guides (markdown)

Arun 2022-01-22 20:38:52 +05:30
parent 53606069c9
commit c5475e5373

@ -214,7 +214,7 @@ See this [patch](https://github.com/jarun/nnn/issues/1081#issuecomment-868181380
./configure
make CC=musl-gcc CFLAGS=-O3 LDFLAGS=-static -j$(($(nproc)+1))
sudo cp .libs/libfts.a /opt/nnn-libs/
mkae clean
make clean
make CC=musl-gcc CFLAGS=-O3 -j$(($(nproc)+1))
sudo cp .libs/libfts.so.0.0.0 /opt/nnn-libs/libfts.so