Ivan Denisov cfa1edc6bc add StdFolds from Center version without fonts dependencies 10 yıl önce
..
Comm 9a2b37ab5f new -> BlackBox 11 yıl önce
Cons 9a2b37ab5f new -> BlackBox 11 yıl önce
Dev 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 yıl önce
Docu 9a2b37ab5f new -> BlackBox 11 yıl önce
Host 9a2b37ab5f new -> BlackBox 11 yıl önce
Obx 9a2b37ab5f new -> BlackBox 11 yıl önce
Sql 9a2b37ab5f new -> BlackBox 11 yıl önce
Std cfa1edc6bc add StdFolds from Center version without fonts dependencies 10 yıl önce
System 9a2b37ab5f new -> BlackBox 11 yıl önce
Text 9a2b37ab5f new -> BlackBox 11 yıl önce
Xhtml 9a2b37ab5f new -> BlackBox 11 yıl önce
_FreeBSDLinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_FreeBSDLinuxOpenBSD_Interp 9a2b37ab5f new -> BlackBox 11 yıl önce
_FreeBSDLinux_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_FreeBSDOpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_FreeBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_LinuxOpenBSD_GUI 808db328f7 error fixed 10 yıl önce
_Linux_ e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 yıl önce
_Linux_GUI e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 yıl önce
_OpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_OpenBSD_GUI 9a2b37ab5f new -> BlackBox 11 yıl önce
_Windows_ 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 yıl önce
_Windows_GUI 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 yıl önce
_Windows_Interp 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 yıl önce
__GUI 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 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
README 9a2b37ab5f new -> BlackBox 11 yıl önce
clean 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 yıl önce
export 9a2b37ab5f new -> BlackBox 11 yıl önce
run-BlackBox 9a2b37ab5f new -> BlackBox 11 yıl önce
run-dev0 9a2b37ab5f new -> BlackBox 11 yıl önce
switch-target 9a2b37ab5f new -> BlackBox 11 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