From e4257f28c9fc08f9af163ddfbe0793c5c5ff5c51 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Fri, 9 Mar 2012 02:00:07 +0000
Subject: [PATCH] Add note about 32bit libs

---
 build.properties | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.properties b/build.properties
index 53d8f9643d..eed9848d2e 100644
--- a/build.properties
+++ b/build.properties
@@ -18,5 +18,8 @@ i2pdocs.url=http://docs.i2p-projekt.de/javadoc/
 junitdocs.url=http://junit.org/apidocs/
 # This will go in the jar manifests
 build.built-by=unknown	
-# Uncomment the next line to prevent building EXEs (changing it to false will have no impact)
+
+# Building EXEs in Linux requires that 32bit libraries are installed. For example,
+# in Debian installing the libc6-i386 package will satisfy this requirement.
+# Otherwise, uncomment the next line to prevent building EXEs (changing it to false will have no impact)
 #noExe=true
-- 
GitLab