Document how to build wxWidgets with liblzma support

Explain what needs to be done under MSW in order to use LZMA compression
classes.
This commit is contained in:
Vadim Zeitlin
2018-04-01 19:07:12 +02:00
parent 251569496b
commit deee5c19eb
3 changed files with 147 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ library:
@itemdef{wxUSE_IPV6, Use experimental wxIPV6address and related classes.}
@itemdef{wxUSE_JOYSTICK, Use wxJoystick class.}
@itemdef{wxUSE_LIBJPEG, Enables JPEG format support (requires libjpeg).}
@itemdef{wxUSE_LIBLZMA, Enables LZMA compression support (see @ref page_build_liblzma).}
@itemdef{wxUSE_LIBPNG, Enables PNG format support (requires libpng). Also requires wxUSE_ZLIB.}
@itemdef{wxUSE_LIBTIFF, Enables TIFF format support (requires libtiff).}
@itemdef{wxUSE_LISTBOOK, Use wxListbook class.}