Parcourir la source

Ubuntu 64-bit build feature added

Alexander Shiryaev il y a 11 ans
Parent
commit
6c5a9b1d6e
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  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