Home ⌂Doc Index ◂Up ▴

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:

Generated on Sat Apr 24 09:13:55 2010 for liboggz by  doxygen 1.6.3


Home ⌂Doc Index ◂Up ▴