The wrapper scripts allow you to use jgenhtml as a command line tool.
Without them you must type this:
java -jar jgenhtml.jar path/to/lcov.dat
The wrappers enable this:
jgenhtml path/to/lcov.dat
-
Create a directory on your computer to contain the jar and wrappers
-
Add the directory to your PATH
-
Download the wrapper scripts to the directory. You can safely download both regardless of platform (windows, linux or mac).
-
Download the executable jar as described on the main page and put it in the directory.
The wrappers themselves contain more instructions.
The CLI is exactly like genhtml, pass it the --help
flag for info.
The scripts look for the jar with the most recent modified time. To update, simply download a newer version of the jar and put it in the directory.