Add a note that the source repositories need to be enabled. (#5239)

* Add a note that the source repositories need to be enabled.

* Fix typo, is => are.
This commit is contained in:
Klaas Freitag 2016-10-13 16:22:54 +02:00 committed by GitHub
parent 766d9ae1ac
commit 9f2ae5dd17
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ repositories`_ to see all the Linux client repos.
echo 'deb-src
http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_8.0/ /' >> /etc/apt/sources.list.d/owncloud-client.list
2. Install the dependencies using the following commands for your specific Linux distribution:
2. Install the dependencies using the following commands for your specific Linux
distribution. Make sure the repositories for source packages are enabled.
* Debian/Ubuntu: ``apt-get update; apt-get build-dep owncloud-client``
* openSUSE/SLES: ``zypper ref; zypper si -d owncloud-client``