Manufacturer: overcq
Contact the manufacturer: overcq@int.pl
Source code: https://github.com/overcq/oux
Description: https://overcq.ct8.pl/oux-c-plus.html
Report vulnerabilities: https://github.com/overcq/oux/security/advisories or via e‐mail: overcq@int.pl
OUX/C+ 3. Detailed version in git log.
The product is developed in Debian (inside Windows Subsystem for Linux) and tested in Ubuntu, Fedora, FreeBSD, NetBSD, OpenBSD.
The product is intended for software development in unix-like systems (also inside Windows Subsystem for Linux).
Parts inside modules:
- memory manager: mem-blk.cx
- memory tables: mem-tab.cx
- read and write files: mem-file.cx
- fork exec sequence: flow-fork.cx
- text manipulation routines: text.cx
- text parser: text-syntax.cx
- universal user interface: ui.cx
- graphical user interface: “gui-wayland” module
- text user interface: “tui” module
- big floating-point numbers: math-bignum.cx
and more…
Developing software using this product requires developer experience. Good programming practices in C+ should be used.
This product has been built using unix-like tools, in particular:
- “apropos”
- “awk”
- “clang” or “gcc”
- “grep”
- “install”
- “libtool”
- GNU “make”
- “man”
- “mktemp”
- “perl”
- “printf”
- “rm”
- shell
- “sleep”
- “sort”
- “uniq”
- “xargs”
- “Xdialog”
- “xterm”
This product uses external libraries (source code available through the operating systemʼs package system):
- “libc” and related libraries
- “ncurses” unicode
- OpenSSL
- “wayland”
- “xcb”
This product in runtime uses external programs:
- “gui-srv-gtk”
- “gui-srv-qt”
Technical security support at: https://overcq.ct8.pl/oux-c-plus.html and via e‐mail: overcq@int.pl
Issues at: https://github.com/overcq/oux/issues
Product support continues for the latest git release.
Fetching for first use can be done with a command, for example git clone https://github.com/overcq/oux.git.
To build the project, it is required to have the “man” documentation installed in the operating system.
The user should make regular updates, e.g. with a command git pull && make, then as “root”: make install. Then follow the appropriate update and installation instructions for the products that depend on the current one.
Before using this commands can be executed as “root”: make uninstall and/or as the user: make clean, to remove any remaining intermediate files that depend on source files that have been removed in the new product version.
To completely remove the product from the userʼs device, execute, for example, as “root”: make uninstall, then as the user: rm -fr oux.
In order to build and run the test window program, you need to install additional packages on individual operating systems and build and install the “gui-srv-gtk” or “gui-srv-qt” program.
sudo apt install make pkg-config libtool-bin clang zlib1g-dev libncurses-dev ncurses-doc libcap-dev libssl-dev libssl-doc libwayland-dev wayland-protocolsFor “gui-srv-gtk”:
sudo apt install libgtk-4-devFor “gui-srv-qt”:
sudo apt install g++ qt6-base-dev qt6-declarative-devIt doesn't start.
sudo apt install manpages-dev libtool-bin clang zlib1g-dev ncurses-doc libcap-dev libssl-dev libssl-doc libwayland-dev wayland-protocolsFor “gui-srv-gtk”:
sudo apt install libgtk-4-devFor “gui-srv-qt”:
sudo apt install qt6-declarative-devsudo dnf install make libtool clang zlib-devel ncurses-devel libcap-devel openssl-devel wayland-devel wayland-protocols-develFor “gui-srv-gtk”:
sudo dnf install gtk4-develFor “gui-srv-qt”:
sudo dnf install qt6-qtdeclarative-develThis product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)