KSaneCore is a library that provides a Qt interface for the SANE library for scanner hardware.
KSaneCore is a Qt-based interface for SANE library to control scanner hardware.
The library documentation is available on the header files.
- CMake >= 3.11.0 https://cmake.org
- Qt >= 5.15.2 https://qt.io
- KDE Frameworks >= 5.90.0 https://www.kde.org
- libsane >= 1.0.32 http://www.sane-project.org
In order to compile, just use something like this:
cd path/to/ksanecore
mkdir build && cd build
cmake ..
make