-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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