Skip to content

Commit

Permalink
Merge pull request #229 from Adela0814/master
Browse files Browse the repository at this point in the history
Add vcpkg installation instructions
  • Loading branch information
arximboldi authored Aug 22, 2024
2 parents 18b42d2 + 107a1b3 commit b9fb6d7
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 @@ -184,6 +184,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 b9fb6d7

Please sign in to comment.