kColorPicker is a QToolButton library with a color popup menu, which lets you select colors. The popup menu features a color dialog button which can be used to add custom colors to the popup menu.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/ksnip/kColorPicker/archive/v0.3.1/kColorPicker-0.3.1.tar.gz
MD5 校验和:1efc91252446af0d7e5c467ea7d517e7
大小:16 KB
预计所需磁盘空间:2.4 MB
预计构建时间:小于 0.1 SBU
CMake-4.3.4 and Qt-6.11.1
Install kColorPicker by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_WITH_QT6=ON \
.. &&
make
This package does not come with a test suite.
Now, as the root user:
make install