Explorar o código

README updated

Alexander Shiryaev %!s(int64=12) %!d(string=hai) anos
pai
achega
c12836e9f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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