Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
projects/ | 23-Nov-2023 | - | 1,602 | 1,602 | ||
test_threads/ | 23-Nov-2023 | - | 105 | 93 | ||
ReadMe.txt | D | 23-Nov-2023 | 539 | 24 | 16 | |
jemalloc_vc2015.sln | D | 23-Nov-2023 | 3.8 KiB | 64 | 62 | |
jemalloc_vc2017.sln | D | 23-Nov-2023 | 3.8 KiB | 64 | 62 |
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