Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 854 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 854 Bytes

Contributing

A brief overview over the project, its dependencies and build instructions.

Modules

Clapgrep consists of two modules:

  • core, which contains the search logic.
  • gnome, which is a Gtk + Adwaita frontend.

Requirements (for Fedora Rawhide toolbox)

For the build system and OpenGL support:

sudo dnf install just meson appstream cargo clippy gcc libglvnd-gles

For the Gtk based app:

sudo dnf install just gtk4-devel libadwaita-devel

And you have to install blueprint-compiler.

Compilation and Development

  • Clapgrep requires up-to-date library versions (Fedora Rawhide or newest Gnome SDK)
  • The justfile provides convenient commands for compilation and development.
  • just ci can be used to run the CI locally.