Skip to content

Commit

Permalink
Add vcpkg installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adela0814 authored Sep 14, 2022
1 parent 006461c commit 107a1b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,19 @@ system once you have manually cloned the repository::
.. _nix package manager: https://nixos.org/nix
.. _cmake: https://cmake.org/

Installing immer using vcpkg
-----------------------------

You can download and install immer using the [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 immer

The immer 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.

Development
-----------

Expand Down

0 comments on commit 107a1b3

Please sign in to comment.