Alexander Shiryaev b45ed024b8 remove blackbox and blackboxc executables on switch-target 8 years ago
..
Comm 5ccaca6b74 synced with 1.7 8 years ago
Cons ea5b8b8944 synchronized with https://github.com/aixp/BlackBox 8 years ago
Dev 5ccaca6b74 synced with 1.7 8 years ago
Docu 5ccaca6b74 synced with 1.7 8 years ago
Host c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
Obx 9a2b37ab5f new -> BlackBox 11 years ago
Sql 5ccaca6b74 synced with 1.7 8 years ago
Std 5ccaca6b74 synced with 1.7 8 years ago
System 5ccaca6b74 synced with 1.7 8 years ago
Text 5ccaca6b74 synced with 1.7 8 years ago
Xhtml 5ccaca6b74 synced with 1.7 8 years ago
_FreeBSDLinuxOpenBSD_ 73ecf35fe4 run scripts moved to right place 8 years ago
_FreeBSDLinuxOpenBSD_GUI fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 years ago
_FreeBSDLinuxOpenBSD_Interp 13029f7572 DevElfLinker16 -> DevElfLinker 8 years ago
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 years ago
_FreeBSDOpenBSD_GUI fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 years ago
_FreeBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 years ago
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 years ago
_Linux_ 5acf3a31f4 synchronized with https://github.com/aixp/BlackBox 8 years ago
_Linux_GUI f36847b082 1.7~a1.7 новый диалог выбора и отвязка от HostUtf8 9 years ago
_OpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 years ago
_Windows_ 5ccaca6b74 synced with 1.7 8 years ago
_Windows_GUI 5ccaca6b74 synced with 1.7 8 years ago
_Windows_Interp c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
__GUI 5ccaca6b74 synced with 1.7 8 years ago
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 years ago
DEVNOTES 5ccaca6b74 synced with 1.7 8 years ago
README 9a2b37ab5f new -> BlackBox 11 years ago
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 years ago
export 92afba0d1f synchronized with https://github.com/aixp/BlackBox 8 years ago
run-BlackBox 73ecf35fe4 run scripts moved to right place 8 years ago
run-BlackBox1 73ecf35fe4 run scripts moved to right place 8 years ago
run-dev0 92afba0d1f synchronized with https://github.com/aixp/BlackBox 8 years ago
switch-target b45ed024b8 remove blackbox and blackboxc executables on switch-target 8 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