Skip to content

Commit

Permalink
Add vcpkg installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangLL authored and interwq committed Sep 19, 2022
1 parent c9ac1f4 commit c0c9783
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions INSTALL.md
Expand Up @@ -476,6 +476,23 @@ If you're having any issues with the above, ensure the following:
variables. Otherwise, check the path to the `vcvarsall.bat` in `$vcvarsall`
script and fix it.

### Building from vcpkg

The jemalloc port in vcpkg is kept up to date by Microsoft team members and
community contributors. The url of vcpkg is: https://github.com/Microsoft/vcpkg
. You can download and install jemalloc using the vcpkg dependency manager:

```shell
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh # ./bootstrap-vcpkg.bat for Windows
./vcpkg integrate install
./vcpkg install jemalloc
```

If the version is out of date, please [create an issue or pull
request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

## Development

If you intend to make non-trivial changes to jemalloc, use the 'autogen.sh'
Expand Down

0 comments on commit c0c9783

Please sign in to comment.