X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=fba5f102c1f74d589a820f938c87032d54cceb89;hp=fc28b165ac1d96582396b897b4e968682402f412;hb=58828d0759642a8d438c94ee96a3e9848f89102a;hpb=358ffaa6c37acb26e0f507934ba8a6f98f34ffee 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``.