aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Rico Herwig <rherwig4711@gmail.com>2017-10-20 17:26:46 +0200
committerLibravatar GitHub <noreply@github.com>2017-10-20 17:26:46 +0200
commitdd607a2f6176d82b714efbccf92992e429fc2537 (patch)
tree4e948e6e7f18bd38335395be499424b637ecabc4 /docs
parentadds slogan translation (diff)
parentMove linux distribution specific dependencies to /docs (diff)
downloadferdium-app-dd607a2f6176d82b714efbccf92992e429fc2537.tar.gz
ferdium-app-dd607a2f6176d82b714efbccf92992e429fc2537.tar.zst
ferdium-app-dd607a2f6176d82b714efbccf92992e429fc2537.zip
Merge branch 'develop' into feature/translation-de-DE
Diffstat (limited to 'docs')
-rw-r--r--docs/linux.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/linux.md b/docs/linux.md
new file mode 100644
index 000000000..bd70ad324
--- /dev/null
+++ b/docs/linux.md
@@ -0,0 +1,11 @@
1# Linux distribution specific dependencies
2
3## Debian/Ubuntu
4```bash
5$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev
6```
7
8## Fedora
9```bash
10$ dnf-install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel
11```