summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHuadong Liu <HLiu@fusionio.com>2013-02-05 08:43:14 +0100
committerJens Axboe <axboe@kernel.dk>2013-02-05 08:43:14 +0100
commit7409711b543a1e4f124bd24fa4d8265db9fc4c52 (patch)
tree8c62aaf5415eb3add189d6e5cf82d906355bf99e /README
parentc874d188c898b625bf4181f6cd2ab99c7e4aca63 (diff)
downloadfio-7409711b543a1e4f124bd24fa4d8265db9fc4c52.tar.gz
Enable forced 32-bit build on Windows
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 4c7b542a..41732376 100644
--- a/README
+++ b/README
@@ -125,6 +125,9 @@ How to compile FIO on 64-bit Windows:
5. Run 'make clean'.
6. Run 'make'.
+To build fio on 32-bit Windows, download x86/pthreadGC2.dll instead and do
+'./configure --build-32bit-win=yes' before 'make'.
+
Command line
------------