Browse Source

FreeBSD 11.0

Alexander Shiryaev 8 years ago
parent
commit
eaf99b35a3
2 changed files with 4 additions and 4 deletions
  1. 3 3
      README
  2. 1 1
      README.md

+ 3 - 3
README

@@ -5,7 +5,7 @@ Tested on:
 	OpenBSD 6.0
 	Fedora Core 17
 	Ubuntu 12.04 LTS, 12.10, 13.10, 14.04
-	FreeBSD 9.0, 11.0
+	FreeBSD 11.0
 
 Status:
 	non-GUI part: stable, but TODO list is not empty
@@ -173,8 +173,8 @@ Files:
 		_Linux_/Comm/Mod/TCP.odc: CommTCP implementation for Linux
 		_Linux_/Lin/Mod/Rt.odc: interface to librt
 
-		{_OpenBSD_,_Linux_}/libBB.so: compiled and linked shared library to run BlackBox
-		{_OpenBSD_,_Linux_}/libBB0.so: compiled, linked and packed shared library to run console interpreter
+		{_FreeBSD_,_OpenBSD_,_Linux_}/libBB.so: compiled and linked shared library to run BlackBox
+		{_FreeBSD_,_OpenBSD_,_Linux_}/libBB0.so: compiled, linked and packed shared library to run console interpreter
 		_Windows_/dev0.exe: compiled and linked simple development interpreter
 
 		Dev0/Views.odc: minimal Views implementation required to compile StdInterpreter

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ Tested on:
 * OpenBSD 6.0
 * Fedora Core 17
 * Ubuntu 12.04 LTS, 12.10, 13.10, 14.04
-* FreeBSD 9.0, 11.0
+* FreeBSD 11.0
 
 Status:
 * non-GUI part: stable, but [TODO](TODO) list is not empty