Sem descrição

Ivan Denisov e9b391cb15 remove duplicating lines from converters initialization há 3 anos atrás
Check b6b0dc5d9e test for new Dialog procedures for async files Ext/Int dialogs há 3 anos atrás
Com 88d6165c82 clenup documentation Config->StdConfig, add StdGrids docu seed, remove Host from docu há 3 anos atrás
Comm 5902d355a4 split TCP to interface and realisation há 3 anos atrás
Cons 8d2ae4a8e0 fix commands for linking ConsLog example há 3 anos atrás
Ctl 72b4143122 make Obx subsystem also be compiled, move Ctl specific examples to Ctl/Docu files há 3 anos atrás
Deb a201eef030 fix building of debian package há 3 anos atrás
Dev 588f9c2a2c fix example in Platform-Specific.odc há 3 anos atrás
Docu d9a2d008b9 fix typo in link in documentation Docu/BB-Road.odc há 3 anos atrás
Fbsd 1d703e5b94 fix platform DeallocateClusterMem and DeallocateModMem in Fbsd Kernel há 3 anos atrás
Form 5206a6e3a1 small cleanup and forms fixes há 3 anos atrás
Lin 03837a7788 fix buffer size bug causing trash pixels at the bottom of views há 3 anos atrás
Mdi e9b391cb15 remove duplicating lines from converters initialization há 3 anos atrás
Obsd 88c4b021df more docu for Loop, move SqlObxDriv template to Dev-Man fold há 3 anos atrás
Obx bcb95c0ecd add ShowSolotions to keypress and fix rules of BlackBox game há 3 anos atrás
Ole d33b5a55bc fix main window issue for windows modal dialog há 3 anos atrás
Sql 88c4b021df more docu for Loop, move SqlObxDriv template to Dev-Man fold há 3 anos atrás
Std e9b391cb15 remove duplicating lines from converters initialization há 3 anos atrás
System 9a21d8d4f3 small docu fixes and code cleanup in StdScrollers há 3 anos atrás
Text 53f9ac0659 add ampersands and make menu navigation be independent from register of letter há 3 anos atrás
Win 0c596fb0c4 export GetModDate to return campatibility with Zlib há 3 anos atrás
Xhtml 88d6165c82 clenup documentation Config->StdConfig, add StdGrids docu seed, remove Host from docu há 3 anos atrás
.gitignore 68c8e5091e update name for deb package há 3 anos atrás
BlackBox.exe.manifest 75164b6135 move BlackBox to the root of repository, delete examples and dev files há 3 anos atrás
LICENSE.txt e157b3b048 update year in copyright há 3 anos atrás
README.md 8119f0ea83 Arch-based systems requirements updated há 3 anos atrás
build-devlinux 07bfcfecc9 add subsystem Check for testing BlackBox há 3 anos atrás
build-devwindows 07bfcfecc9 add subsystem Check for testing BlackBox há 3 anos atrás
build-linux 72b4143122 make Obx subsystem also be compiled, move Ctl specific examples to Ctl/Docu files há 3 anos atrás
build-obsd ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels há 3 anos atrás
build-windows ffefdc7e88 change icon for bb2.0 windows, add png imgs to Tut-2.odc há 3 anos atrás
build-windows.bat d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository há 3 anos atrás
clean 119fe9d2f6 status bar, separate executables for MDI, rename MDI modules há 3 anos atrás
dev0lin d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository há 3 anos atrás
dev0win.exe d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository há 3 anos atrás
export-windows 8469887b46 script for making MDI Windows version há 3 anos atrás
pack-dev0lin d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository há 3 anos atrás
pack-dev0win.odc d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository há 3 anos atrás
run-BlackBox 37d49e3635 Fix1: Click in menu bar beyond last menu won't hang BB any more; 2: Kernel.Cleanup every StdMenus.cleanup menu activations; 3: run-BlackBox won't use I.A.'s local FS paths há 3 anos atrás
run-dev0 75164b6135 move BlackBox to the root of repository, delete examples and dev files há 3 anos atrás
version.txt 533e375d6b debian package files há 3 anos atrás

README.md

BlackBox Component Builder for Windows, GNU/Linux, OpenBSD, FreeBSD

Tested on:

  • Windows XP, 7, 10, 11
  • OpenBSD 6.6
  • Fedora Core 17
  • Ubuntu 16.04/18.04/20.04 LTS
  • Debian 9.3, 9.4, 10.4 Xfce/Mate/GNOME/Cinnamon
  • Linux Mint 19.1/19.2/19.3/20 Cinnamon
  • CentOS 8
  • Arch Linux 4.9.6
  • Manjaro Linux 18.0.4, 21.2.0
  • Red Hat Enterprise Linux Server 6.3
  • FreeBSD 12.1
  • Alt Education 9.1

Download: https://blackbox.oberon.org/download

Installation of required packages in Debian-based systems:

For Alt Education 9.1

    apt-get install i586-libgtk+2-devel.32bit

Ubuntu 18/20 LTS, Mint 19/20:

    sudo dpkg --add-architecture i386
    sudo apt update
    sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386

Linux Mint 20 has no package 'gnome-themes-extra:i386', it can be safly ignored. There will be warning in console.

Debian 9.X/10.X GNOME/Xfce/KDE

    sudo dpkg --add-architecture i386
    sudo apt update
    sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gtk2-engines-pixbuf:i386 libatk-adaptor:i386 libgail-common:i386 gnome-themes-standard:i386

Arch-based systems amd64:

    sudo pacman -S multilib/lib32-gtk2
    sudo pacman -Rc lib32-librsvg

In OpenBSD use 'wxallowed' flag in mount options for the partition to start BlackBox from.

To build BlackBox:

./build-linux
./build-windows

To run GUI:

./blackbox

To run GUI in Ubuntu:

./run-BlackBox

To clean reopsitory:

./clean

Authors:

  • Oberon microsystems AG
  • BlackBox Framework Center
  • OberonCore
  • Alexander V. Shiryaev
  • Igor A. Dehtyarenko
  • Ivan A. Denisov
  • Anton A. Dmitriev