Browse Source

README updated

Alexander Shiryaev 12 years ago
parent
commit
6427b72029
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README

+ 3 - 1
README

@@ -1,15 +1,17 @@
 Oberon Microsystems BlackBox Component Builder (http://www.oberon.ch/)
 Port for OpenBSD/i386, Linux/i386
 
+Tested on OpenBSD 5.2, Fedora Core 17, Ubuntu 12.04 LTS
+
 Some significant parts taken from OpenBUGS (http://www.openbugs.info/)
 
 How to build:
 	compile loader executable (BlackBox itself and simple interpreter):
-		`uname -s`/libBB*.so must be present (can be built from Windows)
 
 		cd BlackBox/`uname -s`/Lin/Rsrc/loader; make
 
 	compile self:
+		`uname -s`/libBB0.so must be present (can be built from Windows)
 
 		cd BlackBox; ./switch-os `uname -s`; ./clean; ./build-lindev; ./build