The obconf-qt package is a Qt-based configuration tool for Openbox.
This package is known to build and work properly using an LFS 12.1 platform.
Download (HTTP): https://github.com/lxqt/obconf-qt/releases/download/0.16.4/obconf-qt-0.16.4.tar.xz
Download MD5 sum: e89509d190e34fef75875856edcb4855
Download size: 116 KB
Estimated disk space required: 4.6 MB
Estimated build time: 0.2 SBU
Install obconf-qt by running the following commands:
mkdir -v build &&
cd       build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      ..                          &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install