Explorar o código

Ubuntu 64-bit build feature added

Alexander Shiryaev %!s(int64=11) %!d(string=hai) anos
pai
achega
6c5a9b1d6e
Modificáronse 2 ficheiros con 5 adicións e 0 borrados
  1. 3 0
      README
  2. 2 0
      README.md

+ 3 - 0
README

@@ -12,6 +12,9 @@ Tested on:
 Status: stable, but TODO list is not empty
 
 How to build:
+	if you have 64-bit version of Ubuntu, do this:
+		sudo apt-get install libc6-dev-i386
+
 	cd BlackBox
 	./clean
 	./switch-target `uname -s`

+ 2 - 0
README.md

@@ -13,6 +13,8 @@ Tested on:
 Status: stable, but [TODO](TODO) list is not empty
 
 How to build:
+	if you have 64-bit version of Ubuntu, do this:
+		sudo apt-get install libc6-dev-i386
 
 	cd BlackBox
 	./clean