readme: Add some Fedora build requirements

This commit is contained in:
Hylke Bons 2018-02-11 10:39:00 +00:00 committed by GitHub
parent 32901de236
commit dc1fe2d972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,9 @@ You will need the packages listed below for the most used Linux distributions:
# On Ubuntu 16.04: # On Ubuntu 16.04:
sudo apt-get install \ sudo apt-get install \
desktop-file-utils \ desktop-file-utils \
git \ git \ # Run requirement
gtk-sharp3-gapi \ git-lfs \ # Run requirement
gtk-sharp3-gapi \ # To build webkit2-sharp
intltool \ intltool \
libappindicator3-0.1-cil-dev \ libappindicator3-0.1-cil-dev \
libdbus-glib2.0-cil-dev \ libdbus-glib2.0-cil-dev \
@ -45,8 +46,15 @@ sudo apt-get install \
nant \ nant \
xsltproc xsltproc
# On Fedora 25: # On Fedora 27:
sudo dnf install # TODO 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
``` ```