iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://github.com/psemiletov/logfilegen/wiki
Home · psemiletov/logfilegen Wiki · GitHub
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