kImageAnnotator-0.7.1

Introduction to kImageAnnotator

kImageAnnotator is a tool for annotating images.

[Note]

Note

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.

Package Information

kImageAnnotator Dependencies

Required

kcolorpicker-0.3.1

Installation of kImageAnnotator

Install kImageAnnotator by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DBUILD_SHARED_LIBS=ON      \
      -DBUILD_WITH_QT6=ON         \
      .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libkImageAnnotator.so
Installed Directories: /usr/include/kImageAnnotator-Qt6, /usr/lib/cmake/kImageAnnotator-Qt6, and /usr/share/kImageAnnotator