kImageAnnotator is a tool for annotating images.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v0.6.0/kImageAnnotator-0.6.0.tar.gz
Download MD5 sum: 129cf1fa60991091da91ef18cc587b65
Download size: 252 KB
Estimated disk space required: 30 MB
Estimated build time: 0.4 SBU (Using parallelism=4)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/kimageannotator
Install kImageAnnotator by running the following commands:
mkdir 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