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+ 2. Detailed version in git log.
The product is developed in Gentoo Linux and tested in FreeBSD and OpenBSD.
The product is intended for software development in unix-like systems.
Parts inside modules:
- text manipulation routines: text.cx
- fork exec sequence: flow-fork.cx
- text parser: text-syntax.cx
- memory manager: mem-blk.cx
- memory tables: mem-tab.cx
- big floating-point numbers: math-bignum.cx
- read and write files: mem-file.cx
- universal text user interface: “tui” module
- universal graphical user interface: “gui-xcb” module
and many more...
Developing software using this product requires developer experience. Good programming practices in C+ should be used.
This product uses external libraries (source code available through the operating systemʼs package system):
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”
No the EU declaration of conformity.
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 git@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
.
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)