Browse Source

README updated

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

+ 1 - 1
README

@@ -7,11 +7,11 @@ Some significant parts taken from OpenBUGS (http://www.openbugs.info/)
 
 How to build:
 	compile loader executable (BlackBox itself and simple interpreter):
+		`uname -s`/libBB0.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