Skip to content

mensinda/qScan

Repository files navigation

qScan

SANE based document scanner.

Screenshot

screenshot

Installation

For Arch based distributions the qscan package can be used.

Manual

To manually build and install qScan use:

git clone https://github.com/mensinda/qScan.git
cd qScan
meson build
meson compile -C build
meson install -C build

Dependencies

The following dependencies are required:

  • sane
  • imagemagick

For the following dependencies a meson subproject will be used if they are not installed:

  • spdlog
  • nlohmann-json