Ivan Denisov 28a0b9e79d move memInStatus to Dialog 5 years ago
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 years ago
Cons 70dd46ff5c support only UTF-8 console encoding 5 years ago
Dev 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 years ago
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 years ago
Host 4b18376b9c save and restore default fonts settings 6 years ago
Obx 9a2b37ab5f new -> BlackBox 11 years ago
Sql 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 years ago
Std b8c151d48c detect if string is too long in StdInterpreter (by Anton Dmitriev) 5 years ago
System 28a0b9e79d move memInStatus to Dialog 5 years ago
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps 5 years ago
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version 8 years ago
_FreeBSDLinuxOpenBSD_ 70dd46ff5c support only UTF-8 console encoding 5 years ago
_FreeBSDLinuxOpenBSD_GUI 28a0b9e79d move memInStatus to Dialog 5 years ago
_FreeBSDLinuxOpenBSD_Interp 8a06744b52 add Dev2 linker to dev0 5 years ago
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 years ago
_FreeBSDOpenBSD_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) 5 years ago
_FreeBSD_ 47b5168d29 HostFiles fixed for correct processing of root directory path (https://forum.oberoncore.ru/viewtopic.php?f=134&t=6488) 5 years ago
_LinuxOpenBSD_ 6940a0185f Linux Libc generator 7 years ago
_Linux_ 47b5168d29 HostFiles fixed for correct processing of root directory path (https://forum.oberoncore.ru/viewtopic.php?f=134&t=6488) 5 years ago
_Linux_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) 5 years ago
_OpenBSD_ 0ac963a059 OpenBSD: dev0 binary updated 5 years ago
_Windows_ c2b69cfde1 center #200, network file delete under Win10 sometimes fails 6 years ago
_Windows_GUI 28a0b9e79d move memInStatus to Dialog 5 years ago
_Windows_Interp 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts 5 years ago
__GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 years ago
__Interp c01f06e545 HostFiles asks for creation of directories 5 years ago
LICENSE.txt 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 years ago
README 9a2b37ab5f new -> BlackBox 11 years ago
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
export 5aaf5ef5eb fix export 8 years ago
run-BlackBox 67c73dacfb pass command line arguments 8 years ago
run-dev0 67c73dacfb pass command line arguments 8 years ago
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts 5 years ago

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