Alexander Shiryaev ada4d8d390 export simplified, READMEs clarified 11 years ago
..
Comm 33309b9780 * -> old; Trurl-based -> new 12 years ago
Cons 7c7fa4aee8 Dev0 removed 12 years ago
Dev 978653a001 synzhronized with original BlackBox 1.6, except Kernel 11 years ago
Docu 978653a001 synzhronized with original BlackBox 1.6, except Kernel 11 years ago
Host 042a82a4e6 old -> new 11 years ago
Obx 33309b9780 * -> old; Trurl-based -> new 12 years ago
Sql 33309b9780 * -> old; Trurl-based -> new 12 years ago
Std 8ff734c423 build-gui modified 12 years ago
System 978653a001 synzhronized with original BlackBox 1.6, except Kernel 11 years ago
Text 7c7fa4aee8 Dev0 removed 12 years ago
Xhtml 33309b9780 * -> old; Trurl-based -> new 12 years ago
_FreeBSDLinuxOpenBSD_ 978653a001 synzhronized with original BlackBox 1.6, except Kernel 11 years ago
_FreeBSDLinuxOpenBSD_Interp 07ad48856e Linux Kernel.Time: clock -> clock_gettime 11 years ago
_FreeBSDLinux_ ac9e9b4387 FreeBSD added 12 years ago
_FreeBSDOpenBSD_ ac9e9b4387 FreeBSD added 12 years ago
_FreeBSD_ d1fb7943a6 synchronized to original BlackBox 1.6 11 years ago
_LinuxOpenBSD_ 978653a001 synzhronized with original BlackBox 1.6, except Kernel 11 years ago
_LinuxOpenBSD_GUI a262725ed6 moved to wiki 11 years ago
_Linux_ 72c23fa209 добавлены пускачи к примерам, начато их тестирование, временно добавлен LinLog так как не понял где искать ему замену 11 years ago
_Linux_GUI 33309b9780 * -> old; Trurl-based -> new 12 years ago
_OpenBSD_ 3185552ee2 OpenBSD Kernel.Time: clock -> clock_gettime 11 years ago
_OpenBSD_GUI 33309b9780 * -> old; Trurl-based -> new 12 years ago
_Windows_ 1de43a5d4f COM-specific moved to Windows GUI profile 11 years ago
_Windows_GUI bd1b8f9e03 synchronized to original BlackBox 1.6 11 years ago
__GUI 978653a001 synzhronized with original BlackBox 1.6, except Kernel 11 years ago
__Interp 7c7fa4aee8 Dev0 removed 12 years ago
README ada4d8d390 export simplified, READMEs clarified 11 years ago
clean 33309b9780 * -> old; Trurl-based -> new 12 years ago
export ada4d8d390 export simplified, READMEs clarified 11 years ago
run-BlackBox 58ba3d4376 fix Ubuntu-specific problem 11 years ago
run-dev0 4d118bc168 HostPackedFiles implemented; DevPacked added; loader simplified 12 years ago
switch-target defd4a0265 FreeBSD added 12 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