Merge pull request #621 from owncloud/archinst

add archlinux instructions
This commit is contained in:
Bernhard Posselt
2014-10-20 17:48:22 +02:00

View File

@@ -70,8 +70,8 @@ First, make sure that the following are installed:
sudo ln -s /usr/bin/sphinx-build2 /usr/bin/sphinx-build
...then enter any manual directory, then run ``make html``. The result can
be found in the ``_build/html`` subdirectory. PDFs can be build with the
``make latexpdf`` command and found
be found in the ``_build/html`` subdirectory. PDFs can be built with the
``make latexpdf`` command and are found in _build/latex/ directory.
The openSUSE way
~~~~~~~~~~~~~~~~
@@ -98,6 +98,16 @@ The Debian/Ubuntu way
* make latexpdf
* evince _build/latex/ownCloudUserManual.pdf
The Arch Linux way
~~~~~~~~~~~~~~~~~~
* sudo pacman -S community/python2-rst2pdf
* sudo pacman -S community/python2-sphinx
* aur/sphinxcontrib-phpdomain from AUR
* sudo pacman -S extra/texlive-core texlive-latexextra
* cd user_manual
* make latexpdf
* PDFVIEWER _build/latex/ownCloudUserManual.pdf
Windows
^^^^^^^