summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorChristian Mauderer <oss@c-mauderer.de>2016-11-06 23:26:03 +0100
committerChris Johns <chrisj@rtems.org>2016-11-07 10:05:23 +1100
commitfca7878123f124e0106952f79830203fc0d04820 (patch)
tree1a055a57469612610c037367fdd1bed647d6c6bf /README.txt
parentwaf: Fix ''NoneType' object is not iterable' (diff)
downloadrtems-docs-fca7878123f124e0106952f79830203fc0d04820.tar.bz2
README: Add packages for building on Arch.
Diffstat (limited to '')
-rw-r--r--README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 35c938b..a8143ac 100644
--- a/README.txt
+++ b/README.txt
@@ -85,6 +85,18 @@ Single HTML:
# yum install npm
# npm install -g inliner
+Arch Linux
+~~~~~~~~~~
+
+Sphinx:
+
+ # pacman -S python-sphinx
+
+PDF:
+
+ # pacman -S texlive-bin texlive-core texlive-latexextra texlive-fontsextra \
+ pygmentize
+
Latex Setup
~~~~~~~~~~~