[Pkg-owncloud-commits] [python-owncloud] 20/33: Extended the Requirements section wrt installing the 'ocsync' binary.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 22 01:49:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch upstream
in repository python-owncloud.

commit fc6ea4cceafacd7d252deb2431c8f2cb553a266d
Author: Diederik de Haas <github at cknow.org>
Date:   Wed Nov 13 21:26:25 2013 +0100

    Extended the Requirements section wrt installing the 'ocsync' binary.
    
    Only installing that binary isn't enough, you also need to install the
    owncloud plugin. This caused some issues, so hopefully no more.
---
 README.md |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1050cde..0262265 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,9 @@ Support/Discussion:
 
 Requirements:
 -------------
-* The ocsync C library from ownCloud. If you install Mirall, you get it for free on Linux.
-	If you don't want to install mirall, you can install the 'ocsync' binary package from the owncloud repo's.
+* The ocsync C library from ownCloud. If you install Mirall/owncloud-client, you get it for free on Linux.
+	If you don't want to install mirall, you have to install the 'ocsync' binary package, usually named 'libocsync0' and the owncloud plugin, usually named 'libocsync-plugin-owncloud'. Installing the plugin should also install 'libocsync0' as a dependency.
+When running Debian jessy (=testing) or sid, you can install it right from the Debian archives. For other distributions you can get them through https://build.opensuse.org/package/show/isv:ownCloud:devel/ocsync .
 * Python > 2.6 < 3 (patches welcome)
 * An ownCloud server to sync with. (Presumably you already have one of these.)
 * argparse for python (included with python > 2.6)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list