Need help custom compiling a terminal file manager

riptide

Registered
I am recently trying to learn the terminal commands and play around with some utilities for day to day work like navigation, editing files etc. Among others I installed the terminal file manager nnn through brew install.

So far I like its features and how fast it is. There are some compile options in the Wiki to customize it which looks like a good resource for some hands-on learning for me as well.

Can someone explain which tools I need to install so I can compile this utility (and maybe others like it) in the Homebrew environment?

Many thanks in advance!
 
Thank you!

I contacted the author of the program and realized I need a C compiler like clang (already installed) or gcc and then install the required libraries. He also mentioned the Wiki will soon reflect this information for other users.
 
Back
Top