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

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