@@ -1,3 +1,4 @@
*~
*.ocf
*.osf
+Linux_GUI
@@ -1,8 +1,15 @@
+** Ducumentation (Russian): **
+
+ http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home
+** Folders structure: **
./new/
universal development environment
synchronized with original BlackBox 1.6
-./examples/
+./examples/ (all axamples are not tested on `new` version yet)
/server/
static web-server as the example of an application for Linux OS
/console/
@@ -0,0 +1,8 @@
+#!/bin/sh
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+env \
+ BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
+../../Linux_GUI/blackbox
@@ -1,2 +0,0 @@
-*~
-
@@ -1,4 +1,4 @@
-# For prepare BlackBox for the target OS run:
+# For preparing the BlackBox for the target OS run:
# ./README
echo "Please wait..."