[Pkg-owncloud-commits] [owncloud-doc] 28/80: move around intstallation command lines

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 02:54:50 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 66e97ba5e1b4b47133eaa0c446f71efac2c0e2d3
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Fri Feb 28 14:22:01 2014 +0100

    move around intstallation command lines
---
 README.rst | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 3533e93..94c881c 100644
--- a/README.rst
+++ b/README.rst
@@ -34,10 +34,23 @@ Linux / OS X
 
 First make sure that these things are installed
  - Python 2 (2.6.0 or better, Python 3 is not yet supported!)
- - Sphinx (e.g. ``sudo yum install python-sphinx``), on Mac: ``sudo easy_install Sphinx``
- - Sphinx PHPDomain (e.g. ``sudo easy_install sphinxcontrib-phpdomain``)
- - rst2pdf (e.g. ``sudo easy_install rst2pdf``)
- - If you're on Arch Linux, the build script is called sphinx-build2 which will fail. Therefore you have to provide a link::
+ - Sphinx
+ - Sphinx PHPDomain
+ - rst2pdf
+
+On Mac this can be done by executing
+
+     sudo easy_install Sphinx sphinxcontrib-phpdomain rst2pdf
+
+On apt-get based distros this can be done by executing
+
+     sudo apt-get install python-sphinx python-sphinxcontrib.phpdomain rst2pdf
+
+On yum based distros this can be done by executing
+
+     sudo yum install python-sphinx rst2pdf
+
+If you're on Arch Linux, the build script is called sphinx-build2 which will fail. Therefore you have to provide a link::
 
      sudo ln -s /usr/bin/sphinx-build2 /usr/bin/sphinx-build
 

-- 
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