X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=fba5f102c1f74d589a820f938c87032d54cceb89;hp=fc28b165ac1d96582396b897b4e968682402f412;hb=b86770c69424d82449ce7e61a4e1b04ba1295f83;hpb=3a62cbace68d4c55a43d47dc9f4ef052a63bc0af diff --git a/README b/README index fc28b165..fba5f102 100644 --- a/README +++ b/README @@ -172,7 +172,9 @@ directory. How to compile fio on 64-bit Windows: 1. Install Cygwin (http://www.cygwin.com/). Install **make** and all - packages starting with **mingw64-i686** and **mingw64-x86_64**. + packages starting with **mingw64-i686** and **mingw64-x86_64**. Ensure + **mingw64-i686-zlib** and **mingw64-x86_64-zlib** are installed if you wish + to enable fio's log compression functionality. 2. Open the Cygwin Terminal. 3. Go to the fio directory (source files). 4. Run ``make clean && make -j``.