Skip to content

How to Build IPlan

iman edited this page Jul 8, 2023 · 2 revisions

This page explained how to build IPlan in different ways.

Gnome Builder

Building with Gnome Builder is straightforward just clone the repository and press the run button.

git clone https://github.com/iman-salmani/iplan.git

Flatpak Builder

  1. Install Flatpak Builder (flatpak-builder package available in most distributions)
  • Fedora

    sudo dnf install flatpak-builder
  • Ubuntu and Debian-based distributions

    sudo apt install flatpak-builder
  • Arch

    sudo pacman -S flatpak-builder
  1. Install Dependencies

    flatpak install runtime/org.gnome.Sdk/x86_64/44 runtime/org.freedesktop.Sdk.Extension.rust-stable/x86_64/22.08 runtime/org.gnome.Platform/x86_64/44
  2. Clone the Repository and Move to Project Directory

    git clone https://github.com/iman-salmani/iplan.git && cd iplan
  3. Build!

    flatpak-builder _build ir.imansalmani.IPlan.Devel.json
  4. Run!

    flatpak-builder --run _build ir.imansalmani.IPlan.Devel.json iplan
    
Clone this wiki locally