1. Home
  2. Browse
  3. libarchive

libarchive

v3.7.2#0Go to latest

Library for reading and writing streaming archives

Install

Run the following Vcpkg command to install the port.

vcpkg install libarchive

Usage

The package libarchive is compatible with the CMake Find Module:

find_package(LibArchive REQUIRED)
target_include_directories(main PRIVATE ${LibArchive_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${LibArchive_LIBRARIES})
find_package(LibArchive REQUIRED)
target_link_libraries(main PRIVATE LibArchive::LibArchive) # CMake >= 3.17

Features

Dependencies

See source

Version

v3.7.2#0

Publication

Supports

!uwp

GitHub

libarchive/libarchive3.2K

Homepage

libarchive.org

Subtree

b69c440c1e

License

Complex license

Definition

Manifest