1 2How to build jemalloc for Windows 3================================= 4 51. Install Cygwin with at least the following packages: 6 * autoconf 7 * autogen 8 * gawk 9 * grep 10 * sed 11 122. Install Visual Studio 2015 or 2017 with Visual C++ 13 143. Add Cygwin\bin to the PATH environment variable 15 164. Open "x64 Native Tools Command Prompt for VS 2017" 17 (note: x86/x64 doesn't matter at this point) 18 195. Generate header files: 20 sh -c "CC=cl ./autogen.sh" 21 226. Now the project can be opened and built in Visual Studio: 23 msvc\jemalloc_vc2017.sln 24