linux: Update readme

This commit is contained in:
Hylke Bons 2017-02-21 18:36:23 +00:00
parent 89a36a6383
commit 0a7fcb1834

View file

@ -26,15 +26,25 @@ libappindicator-sharp
You will need the packages listed below for the most used Linux distributions: You will need the packages listed below for the most used Linux distributions:
``` ```shell
desktop-file-utils # On Ubuntu 16.04:
intltool sudo apt-get install \
libtool desktop-file-utils \
mono-devel git \
mono-gmcs gtk-sharp3-gapi \
mono-mcs intltool \
monodevelop libdbus-glib2.0-cil-dev \
nant libgtk3.0-cil-dev \
libsoup2.4-dev \
libtool-bin \
libwebkit2gtk-4.0 \
mono-devel \
mono-mcs \
nant \
xsltproc
# On Fedora 25:
sudo dnf install # TODO
``` ```