From 020c32859d19873e8555d848785f0b584d4249f9 Mon Sep 17 00:00:00 2001 From: Bai Date: Sun, 28 Aug 2016 13:51:57 +0800 Subject: Readme.txt error for building in the Windows The command can't work using sh -C sh -c "./autogen.sh CC=cl --enable-lazy-lock=no". Change the position of the colon, the command of autogen work. --- msvc/ReadMe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc/ReadMe.txt b/msvc/ReadMe.txt index 02b97f7..b1c2fc5 100644 --- a/msvc/ReadMe.txt +++ b/msvc/ReadMe.txt @@ -17,7 +17,7 @@ How to build jemalloc for Windows (note: x86/x64 doesn't matter at this point) 5. Generate header files: - sh -c "./autogen.sh CC=cl --enable-lazy-lock=no" + sh -c "./autogen.sh" CC=cl --enable-lazy-lock=no 6. Now the project can be opened and built in Visual Studio: msvc\jemalloc_vc2015.sln -- cgit v0.12