From: Ivan Denisov Date: Fri, 31 Mar 2017 07:41:46 +0000 (+0700) Subject: encoder example improved, fpstest example deleted X-Git-Url: https://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=f5d708ba19ec1d0d7f9bfc022fd18d529671a316 encoder example improved, fpstest example deleted --- diff --git a/README b/README index ded79f3..d218757 100644 --- a/README +++ b/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): diff --git a/README.md b/README.md index d605670..bd363f4 100644 --- a/README.md +++ b/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): diff --git a/examples/encoder/README b/examples/encoder/README index c93b01e..a6f265a 100755 --- a/examples/encoder/README +++ b/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 diff --git a/examples/encoder/Std/Mod/Coder.odc b/examples/encoder/Std/Mod/Coder.odc old mode 100755 new mode 100644 index 8c07a14..1cb7c32 Binary files a/examples/encoder/Std/Mod/Coder.odc and b/examples/encoder/Std/Mod/Coder.odc differ diff --git a/examples/encoder/System/Mod/Init.odc b/examples/encoder/System/Mod/Init.odc old mode 100755 new mode 100644 index 742194f..a512b2b Binary files a/examples/encoder/System/Mod/Init.odc and b/examples/encoder/System/Mod/Init.odc differ diff --git a/examples/encoder/runc b/examples/encoder/runc index d79b6dc..54b8e62 100755 --- a/examples/encoder/runc +++ b/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 $@ diff --git a/examples/fpstest/Test/Mod/Fps.odc b/examples/fpstest/Test/Mod/Fps.odc deleted file mode 100644 index 5358485..0000000 Binary files a/examples/fpstest/Test/Mod/Fps.odc and /dev/null differ diff --git a/examples/fpstest/run b/examples/fpstest/run deleted file mode 100755 index 9022e9d..0000000 --- a/examples/fpstest/run +++ /dev/null @@ -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