Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Building on Linux doc: dependencies #16

Closed
rigrig opened this issue Sep 2, 2016 · 4 comments
Closed

Building on Linux doc: dependencies #16

rigrig opened this issue Sep 2, 2016 · 4 comments
Assignees

Comments

@rigrig
Copy link

rigrig commented Sep 2, 2016

The build instructions don't list which dependencies you need to build.
For Debian: ownCloud instructs people to use apt-get update; apt-get build-dep owncloud-client after adding the openSUSE repo.
As long as there is no Nextcloud .deb, the instructions here should probably list the actual dependencies?
(If people want to build from source, having the actual list in the instructions seems preferable to me anyway)

From that ownCloud package:

Build-Depends: debhelper (>= 9), cmake, sed, doxygen, unzip | bash,
 libsqlite3-dev, python-sphinx | python3-sphinx, libssl-dev,
 libqtwebkit-dev (>= 2.2.0) | libqt5webkit5-dev (>= 2.2.0),
 qtkeychain-dev (>= 0.7.0) | qt5keychain-dev (>= 0.7.0)

So possibly something like
apt-get install debhelper cmake sed doxygen unzip libsqlite3-dev python-sphinx libssl-dev libqt5webkit5-dev qt5keychain-dev
(that seemed to do the trick on my LMDE system)

@rullzer
Copy link
Member

rullzer commented Sep 6, 2016

Yes fair enough. The thing is this differes a lot per distro.
But I can look into this a bit.

@rullzer rullzer self-assigned this Sep 6, 2016
@tvk7 tvk7 mentioned this issue Oct 27, 2016
@enoch85
Copy link
Member

enoch85 commented Jun 5, 2017

This issue has been inactive for some time now.

Is this issue related to the ownCloud client, (thus not an theming isssue) please close it and report the issue here instead.
Is this issue related to this repo but solved, please close it and if possible let us know what solved the issue.
Is this issue still not solved, please let us know as well.

If I don't hear anything from the one who created this issue within 2 weeks, I will close the issue.

@rigrig
Copy link
Author

rigrig commented Jun 5, 2017

Solved: build dependencies for Ubuntu were added to the README in 632badf and for Debian in 30c87df

@rigrig rigrig closed this as completed Jun 5, 2017
@enoch85
Copy link
Member

enoch85 commented Jun 5, 2017

@rigrig Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants