Alexander Shiryaev 11 years ago
parent
commit
20fd8ab3ff
2 changed files with 16 additions and 0 deletions
  1. 8 0
      README
  2. 8 0
      README.md

+ 8 - 0
README

@@ -32,6 +32,14 @@ How to build:
 		./build
 		./pack-dev0
 
+How to run (after build):
+	GUI only:
+		if you have 64-bit version of Ubuntu, do this:
+			sudo apt-get install libgtk2.0-2:i386
+
+	cd BlackBox
+	./run-BlackBox
+
 Files:
 	original:
 		BlackBox:

+ 8 - 0
README.md

@@ -34,4 +34,12 @@ How to build:
 		./build
 		./pack-dev0
 
+How to run (after build):
+
+	if you have 64-bit version of Ubuntu and want to run GUI version, do this:
+		sudo apt-get install libgtk2.0-0:i386
+
+	cd BlackBox
+	./run-BlackBox
+
 Alexander V. Shiryaev, 2014