Updated Developer guides (markdown)

Piña Colada 2021-05-11 08:37:07 +05:30
parent d6561020d4
commit f06ece3e91
1 changed files with 5 additions and 4 deletions

@ -203,11 +203,12 @@ In this example we will compile `nnn` with [netbsd-curses](https://github.com/sa
# Strip the binary # Strip the binary
strip nnn strip nnn
#### Results #### Run
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND # For shared lib
18754 vaio 20 0 2076 1692 976 S 0.0 0.0 0:00.01 ./nnn -dn export LD_LIBRARY_PATH=/opt/netbsd-curses:$LD_LIBRARY_PATH
18952 vaio 20 0 1236 840 356 S 0.0 0.0 0:00.01 ./nnn-static -dn
# ./nnn
## Cross-compile for Android ## Cross-compile for Android