Selaa lähdekoodia

encoder example improved, fpstest example deleted

Ivan Denisov 8 vuotta sitten
vanhempi
commit
f5d708ba19

+ 2 - 2
README

@@ -7,6 +7,7 @@ Tested on:
 * Fedora Core 17
 * Ubuntu 14.04, 16.04 LTS
 * FreeBSD 11.0
+* Debian Mate
 
 Directories structure:
 
@@ -15,8 +16,7 @@ Directories structure:
 
 	examples/
 		encoder/ - encoding subsystems by StdCoder from the command line
-		fpstest/ - loop and fonts test
-		server/ - static single-thread web-server
+		server/  - static single-thread web-server
 
 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
 

+ 1 - 2
README.md

@@ -13,8 +13,7 @@ Directories structure:
 
 	examples/
 		encoder/ - encoding subsystems by StdCoder from the command line
-		fpstest/ - loop and fonts test
-		server/ - static single-thread web-server
+		server/  - static single-thread web-server
 
 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
 

+ 2 - 3
examples/encoder/README

@@ -1,11 +1,10 @@
-Application for web-service which edcode BlackBox subsystems.
+Application for web-service which encode BlackBox subsystems.
 Used by http://gitlab.molpit.org for processing of repository hooks.
 
-Author: Ivan Denisov, denisov@molpit.org
-
 Installation for Linux
 
 1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
+	cd ../../BlackBox
 	./switch-target `uname -s` Interp
 	./build
 	./export ../Linux_Interp

BIN
examples/encoder/Std/Mod/Coder.odc


BIN
examples/encoder/System/Mod/Init.odc


+ 1 - 1
examples/encoder/runc

@@ -1,4 +1,4 @@
 #!/bin/sh
 env \
   BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
-../../Linux_Interp/blackboxc $@
+../../Linux_Interp/blackbox $@

BIN
examples/fpstest/Test/Mod/Fps.odc


+ 0 - 9
examples/fpstest/run

@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# fix Ubuntu-specific problems:
-unset UBUNTU_MENUPROXY
-unset GTK_MODULES
-export LIBOVERLAY_SCROLLBAR=0
-env \
-  BB_PRIMARY_DIR="../../BlackBox" BB_SECONDARY_DIR="$PWD" \
-../../BlackBox/blackbox