From c676773a4420102efb500c8e975f290854e9b597 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Tue, 26 Jul 2022 17:32:09 +0300 Subject: [PATCH] add README with build instructions --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb6cfdb --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# File Manager + +File Manager is a simple file manager made using Raven. + +# Dependencies + + - [raven](https://git.hippoz.xyz/hippoz/raven) + - librsvg + +# Hacking + +``` +$ meson builddir +$ cd builddir +$ meson compile +``` + +You should now have a `filemanager` binary in the build directory. + +You also need to download the folder icon SVG. You can use the Papirus one (license: GNU General Public License v3.0): +``` +wget https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/Papirus/64x64/places/folder-adwaita.svg +```