No description
The `verbosity` parameter hadn't worked before because there is a callback that needs to be set. Since the tool runs under Wine, the Windows default behaviour applied, which logged to the Event Viewer. To get output to stdout/stderr, a custom logging handler needs to be provided. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
oodle-cli.cpp | ||
oodle-cli.sln | ||
oodle-cli.vcxproj | ||
oodle-cli.vcxproj.filters | ||
oodle-cli.vcxproj.user | ||
oodle2.h | ||
README.adoc |
oodle-cli
A small wrapper around the Oodle library to allow decompressing data through a command line interface.
The goal is to make Oodle decompression easily available in a Unix environment, through Wine, where
linking against the Windows-only .dll
is not an option.
Building
So far, this has only been built on Windows. But doing so only requires a recent version of Visual Studio. Load the Solution and hit Build.