Warning, /libraries/ksanecore/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002  SPDX-FileCopyrightText: none
0003 
0004  SPDX-License-Identifier: CC0-1.0
0005 -->
0006 
0007 # KSaneCore
0008 
0009 ## Introduction
0010 
0011 KSaneCore is a library that provides a Qt interface for the SANE library for scanner hardware.
0012 
0013 ## About
0014 
0015 KSaneCore is a Qt-based interface for SANE library to control scanner hardware.
0016 
0017 The library documentation is available on the header files.
0018 
0019 ## Dependencies
0020 
0021  - CMake          >= 3.11.0                https://cmake.org
0022  - Qt             >= 5.15.2                https://qt.io
0023  - KDE Frameworks >= 5.90.0                https://www.kde.org
0024  - libsane        >= 1.0.32                http://www.sane-project.org
0025 
0026 ## Install
0027 
0028 In order to compile, just use something like this:
0029 
0030 ```bash
0031 cd path/to/ksanecore
0032 mkdir build && cd build
0033 cmake ..
0034 make
0035 ```