From 35a68c8e55589101c5009d0e3de1fc0b139504b8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 16 Oct 2016 19:48:16 -0400 Subject: [PATCH] Updated readme for 32bit instructions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 740cec3..d4219e5 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,6 @@ automake --add-missing make Shared library in .libs/libaparapi.so + +To prepare a 32bit version on a 64bit system simply run configure as: +./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" \ No newline at end of file -- GitLab