From a82c01edbf003e04902a87c98cc07f05046b4d78 Mon Sep 17 00:00:00 2001
From: Alexander Shiryaev <aixp@mail.ru>
Date: Tue, 1 Apr 2014 17:08:10 +0400
Subject: [PATCH] Ubuntu (amd64) build and run dependencies added

---
 README | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README b/README
index c051ce2..2113054 100644
--- a/README
+++ b/README
@@ -19,6 +19,10 @@ Directories structure:
 
 To build BlackBox:
 
+	if you have 64-bit version of Ubuntu, do this:
+		sudo apt-get install libc6-dev-i386
+		sudo apt-get install libgtk2.0-0:i386
+
 	cd BlackBox
 	./switch-target `uname -s` GUI
 	./build
-- 
2.29.2