ReadMe.txt
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 with Visual C++
13
143. Add Cygwin\bin to the PATH environment variable
15
164. Open "VS2015 x86 Native Tools Command Prompt"
17 (note: x86/x64 doesn't matter at this point)
18
195. Generate header files:
20 sh -c "./autogen.sh CC=cl --enable-lazy-lock=no"
21
226. Now the project can be opened and built in Visual Studio:
23 msvc\jemalloc_vc2015.sln
24
25