Alexander Shiryaev f37f9aa9ff comments added há 5 anos atrás
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version há 8 anos atrás
Cons e85e98e25d ConsLog tab symbol fixed há 5 anos atrás
Dev 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation há 5 anos atrás
Docu ae42d8bf83 HostTabFrames há 5 anos atrás
Host 4b18376b9c save and restore default fonts settings há 7 anos atrás
Obx 9a2b37ab5f new -> BlackBox há 11 anos atrás
Sql 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation há 5 anos atrás
Std b8c151d48c detect if string is too long in StdInterpreter (by Anton Dmitriev) há 5 anos atrás
System d63f5b5af0 oberoncore B29: documentation mismatch for Locator.This/Directory.This in Files; and bugfixes há 5 anos atrás
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps há 5 anos atrás
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version há 8 anos atrás
_FreeBSDLinuxOpenBSD_ f37f9aa9ff comments added há 5 anos atrás
_FreeBSDLinuxOpenBSD_GUI ae42d8bf83 HostTabFrames há 5 anos atrás
_FreeBSDLinuxOpenBSD_Interp 8a06744b52 add Dev2 linker to dev0 há 5 anos atrás
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox há 8 anos atrás
_FreeBSDOpenBSD_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) há 5 anos atrás
_FreeBSD_ 47b5168d29 HostFiles fixed for correct processing of root directory path (https://forum.oberoncore.ru/viewtopic.php?f=134&t=6488) há 5 anos atrás
_LinuxOpenBSD_ 6940a0185f Linux Libc generator há 7 anos atrás
_Linux_ 47b5168d29 HostFiles fixed for correct processing of root directory path (https://forum.oberoncore.ru/viewtopic.php?f=134&t=6488) há 5 anos atrás
_Linux_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) há 5 anos atrás
_OpenBSD_ 0ac963a059 OpenBSD: dev0 binary updated há 5 anos atrás
_Windows_ c2b69cfde1 center #200, network file delete under Win10 sometimes fails há 6 anos atrás
_Windows_GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation há 5 anos atrás
_Windows_Interp 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts há 5 anos atrás
__GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation há 5 anos atrás
__Interp c01f06e545 HostFiles asks for creation of directories há 5 anos atrás
LICENSE.txt cae7de606d update year há 7 anos atrás
README 9a2b37ab5f new -> BlackBox há 11 anos atrás
clean c351e47873 sync with 1.7-beta, debug windows interp version há 9 anos atrás
export 5aaf5ef5eb fix export há 8 anos atrás
run-BlackBox 67c73dacfb pass command line arguments há 8 anos atrás
run-dev0 67c73dacfb pass command line arguments há 8 anos atrás
switch-target 41b5c8b9b5 clean fixed há 8 anos atrás

README

# To build BlackBox (for current operating system):
# ./switch-target `uname -s` GUI
# ./build
#
# To run BlackBox (after build):
# ./run-BlackBox
#
# To export BlackBox (after build):
# ./export
#
# To clean up:
# ./clean
# ./switch-target none
#

# Build and run BlackBox:
echo "Please wait..."
./switch-target `uname -s` GUI
./build
./run-BlackBox