1. Home
  2. Browse
  3. bxzstr

bxzstr

v1.2.2#0Latest

A C++ header-only ZLib / libBZ2 / libLZMA / Zstandard wrapper.

Install

Run the following Vcpkg command to install the port.

vcpkg install bxzstr

Usage

The package bxzstr is header only and can be used from CMake via:

find_path(BXZSTR_INCLUDE_DIRS "bxzstr.hpp" PATH_SUFFIXES "include/bxzstr")
target_include_directories(main PRIVATE ${BXZSTR_INCLUDE_DIRS})

Dependencies

See source

Version

v1.2.2#0

Publication

Supports

!xbox

GitHub

tmaklin/bxzstr51

Homepage

github.com/tmaklin/bxzstr

Subtree

4bf0b8a13a

License

MPL-2.0

Definition

Manifest