-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Michal Tomlein edited this page Jan 23, 2015
·
4 revisions
Leaklog is a leakage control system based on Regulation (EC) No 517/2014. It logs findings and parameters of leakage checks, shows a history of the development of parameters, compares them with nominal ones and calculates the percentage of leakage.
Binaries are available for Mac OS X and Windows on GitHub.
To build Leaklog from source, you will need Qt 4.6 or a newer, compatible version.
Use the lrelease
tool to compile translations as follows:
lrelease Leaklog.pro
lrelease rc/i18n/Leaklog-i18n.ts
If you're running Mac OS X, type:
qmake -spec macx-llvm -config release
Otherwise, the following will do:
qmake -config release
And finally:
make
(You can also use any other maketool, such as mingw32-make
, gmake
or nmake
, depending on your platform.)