2
0

ReadMe.txt 539 B

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