2017-09-27 15:00:02 +03:00
# Nextcloud Desktop Client
2015-06-23 12:07:27 +03:00
2018-07-02 19:06:59 +03:00
The :computer: Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server
2014-11-10 00:58:16 +03:00
with your computer.
2011-04-06 13:28:38 +04:00
2018-07-16 12:31:34 +03:00
< p align = "center" >
2021-07-14 16:18:49 +03:00
< img src = "doc/images/main_dialog_christine.png" alt = "Desktop Client on Windows" width = "450" >
2018-07-16 12:31:34 +03:00
< / p >
2018-07-02 19:25:10 +03:00
## :blue_heart: :tada: Contributing
2011-04-06 13:28:38 +04:00
2018-07-02 19:25:10 +03:00
### :hammer_and_wrench: How to compile the desktop client
2011-04-06 13:28:38 +04:00
2018-07-16 12:31:34 +03:00
:building_construction: [System requirements ](https://github.com/nextcloud/desktop/wiki/System-requirements-for-compiling-the-desktop-client ) includes OpenSSL 1.1.x, QtKeychain, Qt 5.x.x and zlib.
2018-07-16 12:09:05 +03:00
#### :memo: Step by step instructions
2022-10-23 22:45:16 +03:00
##### Clone the repo
2018-07-16 12:09:05 +03:00
```
2018-08-29 16:47:44 +03:00
$ git clone https://github.com/nextcloud/desktop.git
2018-07-16 12:09:05 +03:00
$ cd desktop
```
##### Compile and install
2019-04-21 15:34:45 +03:00
:warning: For development reasons it is better to **install the client on user space** instead on the global system. Mixing up libs/dll's of different version can lead to undefined behavior and crashes:
2018-08-29 16:47:44 +03:00
2019-04-21 15:34:45 +03:00
* You could use the **cmake flag** ```CMAKE_INSTALL_PREFIX``` as ```~/.local/``` in a **Linux** system. If you want to install system wide you could use ```/usr/local``` or ```/opt/nextcloud/```.
* On **Windows 10** [```$USERPROFILE``` ](https://docs.microsoft.com/en-us/windows/deployment/usmt/usmt-recognized-environment-variables#a-href-idbkmk-2avariables-that-are-recognized-only-in-the-user-context ) refers to ```C:\Users\<USERNAME>```.
##### Linux & Mac OS
2018-07-16 12:09:05 +03:00
```
2022-10-23 22:45:16 +03:00
$ cmake -S . -B build -DCMAKE_INSTALL_PREFIX=~/nextcloud-desktop-client -DCMAKE_BUILD_TYPE=Debug
$ cmake --build build --target install
2018-07-16 12:09:05 +03:00
```
##### Windows
```
2022-10-23 22:45:16 +03:00
$ cmake -S . -B build -G "Visual Studio 15 2017 Win64" -DCMAKE_INSTALL_PREFIX=$USERPROFILE\nextcloud-desktop-client -DCMAKE_BUILD_TYPE=Debug
2018-07-16 12:09:05 +03:00
$ cmake --build . --config Debug --target install
```
2019-04-21 15:34:45 +03:00
:information_source: More detailed instructions can be found at the [Desktop Client Wiki ](https://github.com/nextcloud/desktop/wiki ).
2014-11-10 00:58:16 +03:00
2018-07-02 19:25:10 +03:00
### :inbox_tray: Where to find binaries to download
2018-07-02 18:24:57 +03:00
2018-07-02 19:06:59 +03:00
#### :high_brightness: Daily builds
2014-11-10 00:58:16 +03:00
2018-07-02 19:06:59 +03:00
- Daily builds based on the latest master are available for Linux :penguin:, Mac, and Windows
2018-07-02 18:06:48 +03:00
[in the desktop/daily folder of our download server ](https://download.nextcloud.com/desktop/daily ).
2018-07-02 18:29:05 +03:00
For more info: [Wiki/Daily Builds ](https://github.com/nextcloud/desktop/wiki/Daily-Builds ).
2018-07-02 18:06:48 +03:00
2018-07-02 19:06:59 +03:00
#### :rocket: Releases
2018-07-02 18:24:57 +03:00
- Refer to the [download page https://nextcloud.com/install/#install-clients ](https://nextcloud.com/install/#install-clients )
2018-07-02 19:06:59 +03:00
### :bomb: Reporting issues
2018-07-02 18:24:57 +03:00
2018-07-02 18:29:05 +03:00
- If you find any bugs or have any suggestion for improvement, please
2020-05-19 18:23:42 +03:00
file an issue at https://github.com/nextcloud/desktop/issues. Do not
2014-11-10 00:58:16 +03:00
contact the authors directly by mail, as this increases the chance
2018-07-02 18:47:12 +03:00
of your report being lost. :boom:
2014-11-10 00:58:16 +03:00
2018-07-02 19:25:10 +03:00
### :smiley: :trophy: Pull requests
2018-07-02 18:24:57 +03:00
2018-07-02 19:06:59 +03:00
- If you created a patch :heart_eyes:, please submit a [Pull
2020-05-19 18:23:42 +03:00
Request](https://github.com/nextcloud/desktop/pulls).
2018-08-25 18:49:34 +03:00
- How to create a pull request? This guide will help you get started: [Opening a pull request ](https://opensource.guide/how-to-contribute/#opening-a-pull-request ) :heart:
2014-11-10 00:58:16 +03:00
2018-07-02 19:25:10 +03:00
## :satellite: Contact us
2018-07-02 18:24:57 +03:00
2018-07-02 19:25:10 +03:00
If you want to contact us, e.g. before starting a more complex feature, for questions :question:
2018-07-02 18:29:05 +03:00
you can join us at
2018-07-11 10:04:03 +03:00
[#nextcloud-client ](https://webchat.freenode.net/?channels=nextcloud-client ).
2018-07-02 18:24:57 +03:00
2018-07-02 19:25:10 +03:00
## :v: Code of conduct
2018-07-02 19:17:32 +03:00
2018-07-02 19:25:10 +03:00
The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including [Github ](https://github.com/nextcloud ) and [Forums ](https://help.nextcloud.com ). If you contribute, participate or interact with this community, please respect [our shared values ](https://nextcloud.com/code-of-conduct/ ). :relieved:
2018-07-02 19:17:32 +03:00
2018-07-02 19:06:59 +03:00
## :memo: Source code
2018-07-02 18:24:57 +03:00
The Nextcloud Desktop Client is developed in Git. Since Git makes it easy to
fork and improve the source code and to adapt it to your need, many copies
can be found on the Internet, in particular on GitHub. However, the
authoritative repository maintained by the developers is located at
https://github.com/nextcloud/desktop.
2011-04-06 13:28:38 +04:00
2018-07-02 19:06:59 +03:00
## :scroll: License
2011-04-06 13:48:02 +04:00
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.