Compare commits

...

2 Commits

Author SHA1 Message Date
fd60959d41 README.adoc: more precise instructions
All checks were successful
Alpine 3.22 Success
Arch Linux Success
Arch Linux AUR Success
Debian Bookworm Success
Fedora 39 Success
OpenBSD 7.8 Success
openSUSE 15.5 Success
2025-12-02 01:50:24 +01:00
6b0bd4ac5c Update .gitignore for newer Qt Creator 2025-11-30 18:20:03 +01:00
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/.qtcreator
/meson.build.user
/subprojects/*
!/subprojects/*.wrap

View File

@@ -68,6 +68,10 @@ you can get a quick and dirty installation package for testing purposes using:
$ meson compile deb
# dpkg -i fiv-*.deb
And in case you keep the default installation prefix rather than _/usr_,
it is necessary to:
# glib-compile-schemas /usr/local/share/glib-2.0/schemas
Windows