X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=fba5f102c1f74d589a820f938c87032d54cceb89;hp=72ff465ed7ebe68c11960619733bf600c9394016;hb=58828d0759642a8d438c94ee96a3e9848f89102a;hpb=a16f04b96d6328d87fb04d6c2c1a9936b2e274d8 diff --git a/README b/README index 72ff465e..fba5f102 100644 --- a/README +++ b/README @@ -120,7 +120,9 @@ Solaris: Windows: Rebecca Cran has fio packages for Windows at - http://www.bluestop.org/fio/ . + https://www.bluestop.org/fio/ . The latest builds for Windows can also + be grabbed from https://ci.appveyor.com/project/axboe/fio by clicking + the latest x86 or x64 build, then selecting the ARTIFACTS tab. BSDs: Packages for BSDs may be available from their binary package repositories. @@ -170,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``.