allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
18.12k stars 1.1k forks source link

goaccess demands gettext #2050

Closed hdatma closed 3 years ago

hdatma commented 3 years ago
Only one dependency
GoAccess is written in C. To run it, you only need ncurses as a dependency. That's it. It even features its own Web Socket server — http://gwsocket.io/.

This is not true. The configuration fails when libintl (gettext) is not installed. The option "--disable-nls" is ignored.

allinurl commented 3 years ago

There's a note on the download page:

Note: You may need to install build tools like gcc, autoconf, gettext, autopoint etc for compiling/building software from source. e.g., base-devel, build-essential, "Development Tools".

allinurl commented 3 years ago

Closing this. Feel free to reopen it if needed.