mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
Add vcpkg installation instructions
This commit is contained in:
parent
49acc88924
commit
9e5a7eb675
1 changed files with 13 additions and 0 deletions
13
readme.md
13
readme.md
|
@ -114,6 +114,19 @@ Notes:
|
||||||
1. Install CMake: `sudo apt-get install cmake`
|
1. Install CMake: `sudo apt-get install cmake`
|
||||||
2. Install CCMake: `sudo apt-get install cmake-curses-gui`
|
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
|
# Using the library
|
||||||
|
|
Loading…
Add table
Reference in a new issue