1. Home
  2. Browse
  3. bxzstr

bxzstr

v1.2.0#0Go to latest

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.0#0

Publication

Supports

All

GitHub

tmaklin/bxzstr54

Homepage

github.com/tmaklin/bxzstr

Subtree

23f0707b1a

License

MPL-2.0

Definition

Manifest