-
Notifications
You must be signed in to change notification settings - Fork 11
How to Build IPlan
iman edited this page Jul 8, 2023
·
2 revisions
This page explained how to build IPlan in different ways.
Building with Gnome Builder is straightforward just clone the repository and press the run button.
git clone https://github.com/iman-salmani/iplan.git
- 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
-
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
-
Clone the Repository and Move to Project Directory
git clone https://github.com/iman-salmani/iplan.git && cd iplan
-
Build!
flatpak-builder _build ir.imansalmani.IPlan.Devel.json
-
Run!
flatpak-builder --run _build ir.imansalmani.IPlan.Devel.json iplan