summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-07 07:27:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-07 07:27:36 +0100
commitcffdb6024ce9f88c638561bb08a3025ea0497b2d (patch)
tree4dd88f26edd962744e9267a0f044961a8dca6c4a
parentPDF: Do not use lato and inconsolata fonts. Not widely supported. (diff)
downloadrtems-docs-cffdb6024ce9f88c638561bb08a3025ea0497b2d.tar.bz2
Add openSUSE installation hints
-rw-r--r--README.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index a8143ac..6a230e8 100644
--- a/README.txt
+++ b/README.txt
@@ -95,7 +95,20 @@ Sphinx:
PDF:
# pacman -S texlive-bin texlive-core texlive-latexextra texlive-fontsextra \
- pygmentize
+
+openSUSE
+~~~~~~~~
+
+Packages:
+
+ # zypper in python-pip 'texlive*'
+
+Sphinx:
+
+ # pip install -U Sphinx
+
+Using pip to install Sphinx destroys the python-Sphinx package if installed via
+RPM.
Latex Setup
~~~~~~~~~~~