[Pkg-owncloud-commits] [owncloud-doc] 05/14: Build instructions for openSUSE added.
David Prévot
taffit at moszumanska.debian.org
Wed Jun 11 20:20:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit e48452dc625cbf76f86e90a53565678eac4bdeea
Author: Jürgen Weigert <juewei at fabfolk.com>
Date: Mon Jun 2 11:58:21 2014 +0200
Build instructions for openSUSE added.
---
README.rst | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/README.rst b/README.rst
index c3f144d..e150ed8 100644
--- a/README.rst
+++ b/README.rst
@@ -57,6 +57,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
^^^^^^^
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list