Ivan Denisov cb8d9f1fc0 Remove allocation of new console from Windows_HostConsole; server example improved and tested, documentation for example added 11 years ago
..
Comm 9a2b37ab5f new -> BlackBox 11 years ago
Cons 9a2b37ab5f new -> BlackBox 11 years ago
Dev 1720e956fb Переименован ElfLinker в связи с выходом 1.6 final http://gitlab.molpit.com/oberon/blackbox-freenix/issues/12 11 years ago
Docu 9a2b37ab5f new -> BlackBox 11 years ago
Host 9a2b37ab5f new -> BlackBox 11 years ago
Obx 9a2b37ab5f new -> BlackBox 11 years ago
Sql 9a2b37ab5f new -> BlackBox 11 years ago
Std 9a2b37ab5f new -> BlackBox 11 years ago
System 9a2b37ab5f new -> BlackBox 11 years ago
Text 9a2b37ab5f new -> BlackBox 11 years ago
Xhtml 9a2b37ab5f new -> BlackBox 11 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 44fbae8f4d подправлен список компиляции в связи с переименованием ElfLinker 11 years ago
_Linux_ e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 years ago
_Linux_GUI e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 years ago
_OpenBSD_ 9a2b37ab5f new -> BlackBox 11 years ago
_OpenBSD_GUI 9a2b37ab5f new -> BlackBox 11 years ago
_Windows_ cb8d9f1fc0 Remove allocation of new console from Windows_HostConsole; server example improved and tested, documentation for example added 11 years ago
_Windows_GUI 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 years ago
_Windows_Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 years ago
__GUI 9a2b37ab5f new -> BlackBox 11 years ago
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 years ago
README 9a2b37ab5f new -> BlackBox 11 years ago
clean 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 years ago
export 9a2b37ab5f new -> BlackBox 11 years ago
run-BlackBox 9a2b37ab5f new -> BlackBox 11 years ago
run-dev0 9a2b37ab5f new -> BlackBox 11 years ago
switch-target 9a2b37ab5f new -> BlackBox 11 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