Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 384 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 384 Bytes

Dependencies

# Install gtk4, vala, meson and postgresql (provide libpq) 
## ArchLinux since I use arch btw

yay -S gtk4 vala meson postgresql flatpak-builder

Psequel

# config meson

cd psequel/
meson setup build/

# install glib schema (rerun each time change setting schemas)
cd build
sudo ninja install

# back to the project dir and run
cd ..
make debug