Skip to content

Commit

Permalink
Add vcpkg installation instructions (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoebeHui authored Apr 1, 2020
1 parent 3512171 commit 3e95a77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ Some differences between inih and Python's [ConfigParser](http://docs.python.org
* If you want to use inih for programs which may be shipped in a distro, consider linking against the shared library. Meson adds entries for pkg-config (`inih` and `INIReader`).
* In case you use inih as a subproject, you can use the `inih_dep` and `INIReader_dep` dependency variables.

## Building from vcpkg ##

You can build and install inih using [vcpkg](https://github.com/microsoft/vcpkg/) dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install inih

The inih port in vcpkg is kept up to date by microsoft team members and community contributors.
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

## Related links ##

* [Conan package for inih](https://github.com/mohamedghita/conan-inih) (Conan is a C/C++ package manager)

0 comments on commit 3e95a77

Please sign in to comment.