From 887d5911f6ac669c6bbb91f47c6831bf86f2b1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Weigert?= Date: Mon, 2 Jun 2014 12:05:22 +0200 Subject: [PATCH] merged from stable6 (opensuse instructtions) --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index e3810215d..cafefbce9 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,19 @@ First, make sure that the following are installed: be found in the ``_build/html`` subdirectory. PDFs can be build with the ``make latexpdf`` command and found +The openSUSE way +~~~~~~~~~~~~~~~~ + sudo zypper in pyhton-Sphinx + sudo zypper in pyhton-rst2pdf + sudo zypper in pdfjam # pull in latexpdf and all of texlive + sudo zypper in texlive-threeparttable + sudo zypper in texlive-wrapfig + sudo zypper in texlive-multirow + cd user_manual + make latexpdf + okular _build/latex/ownCloudUserManual.pdf + + Windows ^^^^^^^