diff --git a/README.md b/README.md index 5a48bdf..0a6fafd 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,26 @@ -# Raider Number of downloads AUR Fedora COPR build status - -Raider is a shredding program built for the GNOME desktop. It uses its own internal shredding code instead of an external program. - -## Download -Download on Flathub - -## Useful Links -* GNOME Circle: -* Arch Linux AUR: -* Fedora COPR: -* Build manifest: +# Raider Number of downloads AUR Fedora COPR build status + +Raider is a shredding program built for the GNOME desktop. It uses its own internal shredding code instead of an external program. + +## Download +Download on Flathub + +# Compiling +## GNOME Builder +* Install GNOME Builder. This should be in your distro's repositories. It is also available here: https://flathub.org/apps/org.gnome.Builder +* Download the source of this project from GitHub. +* Open the project in Builder, and after installing SDKs, click the Run command. +## Commandline +### Fedora +* `sudo dnf install meson gcc gtk4-devel libadwaita-devel desktop-file-utils python3-gobject` +* `meson setup builddir` +* `cd builddir` +* `ninja` +* `sudo meson install` + +## Useful Links +* GNOME Circle: +* Arch Linux AUR: +* Fedora COPR: +* Build manifest: * Report issues: