@@ -201,13 +201,13 @@ GoAccess has minimal requirements, it's written in C and requires only ncurses.
201201However, below is a table of some optional dependencies in some distros to
202202build GoAccess from source.
203203
204- Distro | NCurses | GeoIP (opt) |GeoIP2 (opt) | OpenSSL (opt)
205- ---------------------- | -----------------| ------------------| ---------------------- | -------------------
206- ** Ubuntu/Debian** | libncursesw6-dev | libgeoip-dev | libmaxminddb-dev | libssl-dev
207- ** RHEL/CentOS** | ncurses-devel | geoip-devel | libmaxminddb-devel | openssl-devel
208- ** Arch** | ncurses | geoip | libmaxminddb | openssl
209- ** Gentoo** | sys-libs/ncurses | dev-libs/geoip | dev-libs/libmaxminddb | dev-libs/openssl
210- ** Slackware** | ncurses | GeoIP | libmaxminddb | openssl
204+ | Distro | NCurses | GeoIP (opt) | GeoIP2 (opt) | OpenSSL (opt) |
205+ | ---------------------- | ---------------- | ---------------- | --------------------- | -------------------|
206+ | ** Ubuntu/Debian** | libncursesw6-dev | libgeoip-dev | libmaxminddb-dev | libssl-dev |
207+ | ** RHEL/CentOS** | ncurses-devel | geoip-devel | libmaxminddb-devel | openssl-devel |
208+ | ** Arch** | ncurses | geoip | libmaxminddb | openssl |
209+ | ** Gentoo** | sys-libs/ncurses | dev-libs/geoip | dev-libs/libmaxminddb | dev-libs/openssl |
210+ | ** Slackware** | ncurses | GeoIP | libmaxminddb | openssl |
211211
212212** Note** : You may need to install build tools like ` gcc ` , ` autoconf ` ,
213213` gettext ` , ` autopoint ` etc. for compiling/building software from source. e.g.,
@@ -456,7 +456,7 @@ append it to the original dataset.
456456GoAccess keeps track of inodes of all the files processed (assuming files will
457457stay on the same partition), in addition, it extracts a snippet of data from
458458the log along with the last line parsed of each file and the timestamp of the
459- last line parsed. e.g., inode:29627417|line:20012|ts:20171231235059
459+ last line parsed. e.g., ` inode:29627417|line:20012|ts:20171231235059 `
460460
461461First, it compares if the snippet matches the log being parsed, if it does, it
462462assumes the log hasn't changed drastically, e.g., hasn't been truncated. If
0 commit comments