mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Add sqlite3 to the requriements and suggest version numbers.
This commit is contained in:
parent
4f109c4460
commit
b00a3fa491
1 changed files with 5 additions and 4 deletions
9
INSTALL
9
INSTALL
|
@ -8,13 +8,14 @@ In order to build csync, you need to install several components:
|
|||
|
||||
- A C++ compiler
|
||||
- [CMake](http://www.cmake.org/) >= 2.4.4.
|
||||
- [check](http://check.sourceforge.net)
|
||||
- [log4c](http://log4c.sourceforge.net)
|
||||
- [check](http://check.sourceforge.net) >= 0.9.5
|
||||
- [log4c](http://log4c.sourceforge.net) >= 1.2
|
||||
- [sqlite3](http://log4c.sourceforge.net) >= 3.4
|
||||
|
||||
- [libsmbclient](http://www.samba.org)
|
||||
|
||||
log4c is a runtime requirements too. check is only for testing
|
||||
purposes.
|
||||
log4c and sqlite3 are runtime requirements too. libsmbclient is needed for
|
||||
the smb 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