mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
Merge 9e5a7eb675
into af21001f7a
This commit is contained in:
commit
6d64d2bbbc
1 changed files with 13 additions and 0 deletions
13
readme.md
13
readme.md
|
@ -249,6 +249,19 @@ on Windows to build with the `clang-cl` compiler directly:
|
||||||
> cmake ../.. -G "Visual Studio 17 2022" -T ClangCl
|
> cmake ../.. -G "Visual Studio 17 2022" -T ClangCl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## Single Source
|
## Single Source
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue