• Home
Name Date Size #Lines LOC

..--

projects/03-May-2024-1,6021,602

test_threads/03-May-2024-10593

ReadMe.txtD03-May-2024539 2416

jemalloc_vc2015.slnD03-May-20243.8 KiB6462

jemalloc_vc2017.slnD03-May-20243.8 KiB6462

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 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