The obconf-qt package is an OpenBox Qt based configuration tool.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://anduin.linuxfromscratch.org/BLFS/other/obconf-qt-0.9.0.8.g1ce85f1.tar.xz
Download MD5 sum: dc0b9515fec3cf81cf809192e75daa3f
Download size: 344 KB
Estimated disk space required: 3.5 MB
Estimated build time: 0.1 SBU
The source tarball shown above was created by the BLFS team by cloning the source code repository, finding the correct version to rename accordingly the source code directory and finally making the compressed tarball. No other modification has been made.
CMake-3.4.3, openbox-3.6.1 and Qt-5.5.1 or Qt-4.8.7
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/obconf-qt
For compilation with Qt4, see “Command Explanations”, below. Install obconf-qt, linked to Qt5, by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ .. && make
The choice of /usr
prefix is due to
the general characteristics of this program, which can be used
without LXQt.
This package does not come with a test suite.
Now, as the root
user:
make install
-DUSE_QT4=ON
: Use this switch, if you
prefer to build this application linked to Qt4.
Last updated on 2016-03-06 15:31:27 -0800