1
0
Fork 0
arangodb/3rdParty/jemalloc/v4.5.0/msvc
Frank Celler 406d09befa added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
..
projects/vc2015 added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
ReadMe.txt added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
jemalloc_vc2015.sln added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00

ReadMe.txt

How to build jemalloc for Windows
=================================

1. Install Cygwin with at least the following packages:
   * autoconf
   * autogen
   * gawk
   * grep
   * sed

2. Install Visual Studio 2015 with Visual C++

3. Add Cygwin\bin to the PATH environment variable

4. Open "VS2015 x86 Native Tools Command Prompt"
   (note: x86/x64 doesn't matter at this point)

5. Generate header files:
   sh -c "CC=cl ./autogen.sh"

6. Now the project can be opened and built in Visual Studio:
   msvc\jemalloc_vc2015.sln