Files
Impression/README.md
Adhami3310 693117a739 init commit
2023-06-01 06:26:53 -04:00

1.3 KiB

Impression

Contributing

Issues and merge requests are more than welcome. However, please take the following into consideration:

Development

GNOME Builder

The recommended method is to use GNOME Builder:

  1. Install GNOME Builder from Flathub
  2. Open Builder and select "Clone Repository..."
  3. Clone https://gitlab.com/adhami3310/Impression.git (or your fork)
  4. Press "Run Project" (▶) at the top, or Ctrl+Shift+[Spacebar].

Flatpak

You can install Impression from the latest commit:

  1. Install org.flatpak.Builder from Flathub
  2. Clone https://gitlab.com/adhami3310/Impression.git (or your fork)
  3. 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:

  1. Install blueprint-compiler
  2. Run the following commands (with /usr prefix):
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install