From 7ae684191811f8212885c3e8f109a1f459676dc6 Mon Sep 17 00:00:00 2001 From: Cheney-Wang Date: Mon, 22 Aug 2022 23:46:43 -0700 Subject: [PATCH 1/2] Add vcpkg installation instructions --- doc/readme.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/readme.rst b/doc/readme.rst index ba6513c..a25f865 100644 --- a/doc/readme.rst +++ b/doc/readme.rst @@ -523,6 +523,17 @@ The latest development release can always be grabbed from Github at http://github.com/fancycode/MemoryModule/ +Building MemoryModule with vcpkg +--------------------------------- +The MemoryModule 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 on the vcpkg repository. The url of vcpkg is: https://github.com/Microsoft/vcpkg . You can download and install MemoryModule using the vcpkg dependency manager: + +1. git clone https://github.com/Microsoft/vcpkg.git +2. cd vcpkg +3. ./bootstrap-vcpkg.sh +4. ./vcpkg integrate install +5. ./vcpkg install memorymodule + + Known issues ------------- From df8225c6d17dc9373a2a8b8560f40e381fdb4a26 Mon Sep 17 00:00:00 2001 From: Cheney-Wang Date: Tue, 23 Aug 2022 00:33:18 -0700 Subject: [PATCH 2/2] Modify script name --- doc/readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readme.rst b/doc/readme.rst index a25f865..a397162 100644 --- a/doc/readme.rst +++ b/doc/readme.rst @@ -529,7 +529,7 @@ The MemoryModule port in vcpkg is kept up to date by Microsoft team members and 1. git clone https://github.com/Microsoft/vcpkg.git 2. cd vcpkg -3. ./bootstrap-vcpkg.sh +3. ./bootstrap-vcpkg.bat 4. ./vcpkg integrate install 5. ./vcpkg install memorymodule