summaryrefslogtreecommitdiff
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
parentb6272bbd566c1ee82667fd2728e6bbc55d0a4086 (diff)
README: Add packages for building on Arch.
-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
~~~~~~~~~~~