From 9e5a7eb67509ce420b66b0f945ac90f617722bcf Mon Sep 17 00:00:00 2001 From: NancyLi1013 Date: Mon, 20 Jan 2020 01:23:50 -0800 Subject: [PATCH] Add vcpkg installation instructions --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/readme.md b/readme.md index 32332c08..ccead3d6 100644 --- a/readme.md +++ b/readme.md @@ -114,6 +114,19 @@ Notes: 1. Install CMake: `sudo apt-get install cmake` 2. Install CCMake: `sudo apt-get install cmake-curses-gui` +## Building Mimalloc - Using vcpkg + +You can download and install Mimalloc 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 mimalloc +``` + +The Mimalloc 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. # Using the library