Skip to content

overcq/oux

Repository files navigation

OUX/C+ programming language: modules and build environment

Podręcznik OUX/C+

Information and instructions to the user

1. Contact

Manufacturer: overcq

Contact the manufacturer: overcq@int.pl

Source code: https://github.com/overcq/oux

Description: https://overcq.ct8.pl/oux-c-plus.html

2. Vulnerabilities

Report vulnerabilities: https://github.com/overcq/oux/security/advisories or via e‐mail: overcq@int.pl

3. Version and development environments

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.

4. Purpose

The product is intended for software development in unix-like systems (also inside Windows Subsystem for Linux).

Parts inside modules:

and more…

5. Risk

Developing software using this product requires developer experience. Good programming practices in C+ should be used.

6. Component materials

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”

7. Support

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.

8. Installation and update

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.

“ui” test program

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.

Ubuntu 24.04

sudo apt install make pkg-config libtool-bin clang zlib1g-dev libncurses-dev ncurses-doc libcap-dev libssl-dev libssl-doc libwayland-dev wayland-protocols

For “gui-srv-gtk”:

sudo apt install libgtk-4-dev

For “gui-srv-qt”:

sudo apt install g++ qt6-base-dev qt6-declarative-dev

Linux Mint 22.2

It doesn't start.

sudo apt install manpages-dev libtool-bin clang zlib1g-dev ncurses-doc libcap-dev libssl-dev libssl-doc libwayland-dev wayland-protocols

For “gui-srv-gtk”:

sudo apt install libgtk-4-dev

For “gui-srv-qt”:

sudo apt install qt6-declarative-dev

Fedora 43

sudo dnf install make libtool clang zlib-devel ncurses-devel libcap-devel openssl-devel wayland-devel wayland-protocols-devel

For “gui-srv-gtk”:

sudo dnf install gtk4-devel

For “gui-srv-qt”:

sudo dnf install qt6-qtdeclarative-devel

Other Licenses

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)