mirror of
https://gitlab.com/adhami3310/Impression.git
synced 2025-10-06 00:32:46 +02:00
1.3 KiB
1.3 KiB
Impression
Contributing
Issues and merge requests are more than welcome. However, please take the following into consideration:
- This project follows the GNOME Code of Conduct
- Only Flatpak is supported
Development
GNOME Builder
The recommended method is to use GNOME Builder:
- Install GNOME Builder from Flathub
- Open Builder and select "Clone Repository..."
- Clone
https://gitlab.com/adhami3310/Impression.git
(or your fork) - Press "Run Project" (▶) at the top, or
Ctrl
+Shift
+[Spacebar]
.
Flatpak
You can install Impression from the latest commit:
- Install
org.flatpak.Builder
from Flathub - Clone
https://gitlab.com/adhami3310/Impression.git
(or your fork) - Run
flatpak run org.flatpak.Builder --install --user --force-clean build-dir io.gitlab.adhami3310.Impression.json
in the terminal from the root of the repository.
Meson
You can build and install on your host system by directly using the Meson buildsystem:
- Install
blueprint-compiler
- Run the following commands (with
/usr
prefix):
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install