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