Skip to content

Commit

Permalink
Update docs and readme to provide more info about VcPkg/Pkg-Config
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed May 4, 2021
1 parent 5c2ad4a commit 68ae77b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ functionalities.
## Dependencies

You must have `libarchive`, 3.2.0 or newer, properly installed on your
system in order to use this. If building on *nix systems, `pkg-config` is
used to locate the `libarchive`; on Windows `vcpkg` will be used to locating
the `libarchive`.
system in order to use this. If building on *nix and Windows GNU
systems, `pkg-config` is used to locate the `libarchive`; on Windows
MSVC, `vcpkg` will be used to locating the `libarchive`.

The minimum supported Rust version is 1.46.

Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
//! # Dependencies
//!
//! You must have `libarchive`, 3.2.0 or newer, properly installed on your
//! system in order to use this. If building on *nix systems, `pkg-config` is
//! used to locate the `libarchive`; on Windows `vcpkg` will be used to locating
//! the `libarchive`.
//! system in order to use this. If building on *nix and Windows GNU
//! systems, `pkg-config` is used to locate the `libarchive`; on Windows
//! MSVC, `vcpkg` will be used to locating the `libarchive`.
//!
//! The minimum supported Rust version is 1.46.
//!
Expand Down

0 comments on commit 68ae77b

Please sign in to comment.