Ivan Denisov 69d8d2e24a fix clipboard and accelerators 8 yıl önce
..
Comm 5ccaca6b74 synced with 1.7 8 yıl önce
Cons 9d73519c18 single executable for GUI version, ConsLog docu updated 8 yıl önce
Dev 5ccaca6b74 synced with 1.7 8 yıl önce
Dev2 6872d9a0d9 add 'chmod +x' and remove 'run' in new linker 8 yıl önce
Docu 5ccaca6b74 synced with 1.7 8 yıl önce
Host c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Obx 9a2b37ab5f new -> BlackBox 11 yıl önce
Sql 5ccaca6b74 synced with 1.7 8 yıl önce
Std 5ccaca6b74 synced with 1.7 8 yıl önce
System 5ccaca6b74 synced with 1.7 8 yıl önce
Text 5ccaca6b74 synced with 1.7 8 yıl önce
Xhtml 5ccaca6b74 synced with 1.7 8 yıl önce
_FreeBSDLinuxOpenBSD_ bf65a6cdd1 add 'argc' and 'argv' to kernel 8 yıl önce
_FreeBSDLinuxOpenBSD_GUI 69d8d2e24a fix clipboard and accelerators 8 yıl önce
_FreeBSDLinuxOpenBSD_Interp 9d73519c18 single executable for GUI version, ConsLog docu updated 8 yıl önce
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 yıl önce
_FreeBSDOpenBSD_GUI 69d8d2e24a fix clipboard and accelerators 8 yıl önce
_FreeBSD_ 38a89fe79d blackboxc -> blackbox 8 yıl önce
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_Linux_ bf65a6cdd1 add 'argc' and 'argv' to kernel 8 yıl önce
_Linux_GUI 69d8d2e24a fix clipboard and accelerators 8 yıl önce
_OpenBSD_ 38a89fe79d blackboxc -> blackbox 8 yıl önce
_OpenBSD_GUI 7b17f839cf OpenBSD HostGnome 8 yıl önce
_Windows_ 5ccaca6b74 synced with 1.7 8 yıl önce
_Windows_GUI 5ccaca6b74 synced with 1.7 8 yıl önce
_Windows_Interp c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
__GUI 5ccaca6b74 synced with 1.7 8 yıl önce
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 yıl önce
DEVNOTES 6872d9a0d9 add 'chmod +x' and remove 'run' in new linker 8 yıl önce
README 9a2b37ab5f new -> BlackBox 11 yıl önce
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
export 9ff635b74b export script fixed 8 yıl önce
run-BlackBox 67c73dacfb pass command line arguments 8 yıl önce
run-dev0 67c73dacfb pass command line arguments 8 yıl önce
switch-target 41b5c8b9b5 clean fixed 8 yıl önce

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