Updated Developer guides (markdown)

Piña Colada 2021-06-13 00:34:08 +05:30
parent 21fa879fa9
commit cc3b8721b9

@ -176,7 +176,7 @@ In this example we will compile `nnn` on Ubuntu 20.04 with
- [musl-fts](https://github.com/void-linux/musl-fts)
- [musl libc](https://www.musl-libc.org/)
Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46). The last known [good netbsd-curses commit](https://github.com/sabotage-linux/netbsd-curses/commit/f1fa19a1f36a25d0971b3d08449303e6af6f3da5) before a stuck cursor at status bar issue is introduced.
Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46).
[Compilation script](https://github.com/jarun/nnn/blob/master/misc/musl/musl-static-ubuntu.sh) for Ubuntu closely following this procedure.
@ -188,7 +188,7 @@ Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46).
git clone https://github.com/sabotage-linux/netbsd-curses
cd netbsd-curses
git checkout f1fa19a1f36a25d0971b3d08449303e6af6f3da5
git checkout v0.3.2
make CC=musl-gcc CFLAGS="-O3 -Wall -fPIC" -j4 all
sudo mkdir /opt/nnn-libs
sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/nnn-libs/