From dc1fe2d972bda8d02ad78955554f5698182f30ab Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 11 Feb 2018 10:39:00 +0000 Subject: [PATCH] readme: Add some Fedora build requirements --- SparkleShare/Linux/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/SparkleShare/Linux/README.md b/SparkleShare/Linux/README.md index 197fec0e..1a3ba56a 100644 --- a/SparkleShare/Linux/README.md +++ b/SparkleShare/Linux/README.md @@ -31,8 +31,9 @@ You will need the packages listed below for the most used Linux distributions: # On Ubuntu 16.04: sudo apt-get install \ desktop-file-utils \ - git \ - gtk-sharp3-gapi \ + git \ # Run requirement + git-lfs \ # Run requirement + gtk-sharp3-gapi \ # To build webkit2-sharp intltool \ libappindicator3-0.1-cil-dev \ libdbus-glib2.0-cil-dev \ @@ -45,8 +46,15 @@ sudo apt-get install \ nant \ xsltproc -# On Fedora 25: -sudo dnf install # TODO +# On Fedora 27: +sudo dnf install \ + git \ # Run requirement + git-lfs \ # Run requirement + gtk-sharp3-devel \ + gtk-sharp3-gapi \ # To build webkit2-sharp + mono-devel \ + notify-sharp3-devel \ + webkitgtk4-devel ```