Ivan Denisov c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
..
Comm c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Cons c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Dev c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Docu c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Host c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Obx 9a2b37ab5f new -> BlackBox 11 years ago
Sql c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Std c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
System c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Text c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Xhtml c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
_FreeBSDLinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 years ago
_FreeBSDLinuxOpenBSD_Interp 9a2b37ab5f new -> BlackBox 11 years ago
_FreeBSDLinux_ 9a2b37ab5f new -> BlackBox 11 years ago
_FreeBSDOpenBSD_ 9a2b37ab5f new -> BlackBox 11 years ago
_FreeBSD_ 9a2b37ab5f new -> BlackBox 11 years ago
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 years ago
_LinuxOpenBSD_GUI 808db328f7 error fixed 10 years ago
_Linux_ c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
_Linux_GUI c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
_OpenBSD_ 9a2b37ab5f new -> BlackBox 11 years ago
_OpenBSD_GUI 9a2b37ab5f new -> BlackBox 11 years ago
_Windows_ c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
_Windows_GUI c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
_Windows_Interp c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
__GUI c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 years ago
DEV c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
README 9a2b37ab5f new -> BlackBox 11 years ago
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
export c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
run-BlackBox 9a2b37ab5f new -> BlackBox 11 years ago
run-dev0 9a2b37ab5f new -> BlackBox 11 years ago
switch-target c351e47873 sync with 1.7-beta, debug windows interp version 9 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