summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ebd091)
raw | patch | inline | side by side (parent: 7ebd091)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Fri, 31 Mar 2017 07:41:46 +0000 (14:41 +0700) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Fri, 31 Mar 2017 07:41:46 +0000 (14:41 +0700) |
README | patch | blob | history | |
README.md | patch | blob | history | |
examples/encoder/README | patch | blob | history | |
examples/encoder/Std/Mod/Coder.odc | [changed mode: 0755->0644] | patch | blob | history |
examples/encoder/System/Mod/Init.odc | [changed mode: 0755->0644] | patch | blob | history |
examples/encoder/runc | patch | blob | history | |
examples/fpstest/Test/Mod/Fps.odc | [deleted file] | patch | blob | history |
examples/fpstest/run | [deleted file] | patch | blob | history |
index ded79f3643011ad6e2104f84fa46d3b4e86cda31..d218757ade507ef53665c5b8cc472f6c6aa6206d 100644 (file)
--- a/README
+++ b/README
* Fedora Core 17
* Ubuntu 14.04, 16.04 LTS
* FreeBSD 11.0
+* Debian Mate
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 d605670237c892bd2a9ae1b1bca936848189bb11..bd363f455cfbee7aba67a79948782ee0f7020522 100644 (file)
--- a/README.md
+++ b/README.md
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):
index c93b01efd8f7d71fe008ec7adad2ba4347a993b2..a6f265a5ffc52ef5af1da12a3cd9d4a2d6c666f8 100755 (executable)
--- a/examples/encoder/README
+++ b/examples/encoder/README
-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/runc b/examples/encoder/runc
index d79b6dcdd6163f125e6cf7208646721cf7c86364..54b8e6289c787c967dbfe7b012b279c94b3e43c2 100755 (executable)
--- a/examples/encoder/runc
+++ b/examples/encoder/runc
#!/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 (file)
index 5358485..0000000
Binary files a/examples/fpstest/Test/Mod/Fps.odc and /dev/null differ
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
--- 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