liboggz  1.1.1
Configuration

./configure

It is possible to customize the functionality of liboggz by using various ./configure flags when building it from source. You can build a smaller version of liboggz to only read or write. By default, both reading and writing support is built.

For general information about using ./configure, see the file INSTALL

Removing writing support

Configuring with –disable-write will remove all support for writing:

Removing reading support

Configuring with –disable-read will remove all support for reading: