Skip to content
Peter Semiletov edited this page Jan 7, 2023 · 2 revisions

Build/Install from zero on diffent systems.

OpenBSD, install from current git:

Install compiler, make and git:

pkg_add llvm

pkg_add make

pkg_add git

Then

git clone https://github.com/psemiletov/logfilegen

cd logfilegen

make

make install

Clone this wiki locally