mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Add missing requirements.
This commit is contained in:
parent
fbf2491406
commit
200e3e7123
1 changed files with 5 additions and 3 deletions
8
INSTALL
8
INSTALL
|
@ -6,16 +6,18 @@
|
|||
|
||||
In order to build csync, you need to install several components:
|
||||
|
||||
- A C++ compiler
|
||||
- A C compiler
|
||||
- [CMake](http://www.cmake.org) >= 2.4.4.
|
||||
- [check](http://check.sourceforge.net) >= 0.9.5
|
||||
- [log4c](http://log4c.sourceforge.net) >= 1.2
|
||||
- [sqlite3](http://www.sqlite.org) >= 3.4
|
||||
|
||||
- [libsmbclient](http://www.samba.org)
|
||||
- [libiniparser](http://ndevilla.free.fr/iniparser/) >= 2.10
|
||||
- [libsmbclient](http://www.samba.org) >= 3.2
|
||||
- [libssh](http://www.libssh.org) >= 0.3
|
||||
|
||||
log4c and sqlite3 are runtime requirements too. libsmbclient is needed for
|
||||
the smb plugin.
|
||||
the smb plugin, libssh for the sftp plugin.
|
||||
|
||||
Note that these version numbers are version we know works correctly. If you
|
||||
build and run csync successfully with an older version, please let us know.
|
||||
|
|
Loading…
Reference in a new issue