Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 625 Bytes

Printers Settings

Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • libadwaita-1-dev >=1.4.0
  • libcups2-dev
  • libswitchboard-3-dev
  • libgranite-7-dev >=7.4.0
  • libgtk-4-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install