Ivan Denisov b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
..
Comm b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
Cons b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
Dev b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout hace 5 años
Host 6397de9302 fix documentation hace 4 años
Obx b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
Sql b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
Std b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
System b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
Text b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
Xhtml b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_FreeBSDLinuxOpenBSD_ b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_FreeBSDLinuxOpenBSD_GUI b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_FreeBSDLinuxOpenBSD_Interp b5c3bc3883 rebuild console compilers hace 4 años
_FreeBSDOpenBSD_ a782e2df28 txt → odc hace 5 años
_FreeBSDOpenBSD_GUI b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_FreeBSD_ b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_LinuxOpenBSD_ b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_Linux_ b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_Linux_GUI b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_OpenBSD_ b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_Windows_ b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_Windows_GUI b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
_Windows_Interp b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
__GUI b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
__Interp b3b62f28d9 change header link to license, remove organisation link, fix docu & add migration notes hace 4 años
LICENSE.txt 60969b6973 LICENSE from dev20 hace 4 años
README 9a2b37ab5f new -> BlackBox hace 11 años
clean c351e47873 sync with 1.7-beta, debug windows interp version hace 9 años
export 5aaf5ef5eb fix export hace 8 años
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script hace 4 años
run-dev0 b5c3bc3883 rebuild console compilers hace 4 años
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts hace 5 años

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