Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 17df973

Browse files
authored
Update requirements [skip ci]
1 parent bc2ab4e commit 17df973

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ The library as a high level synchronisation backend has a few dependencies. They
7878
- [QtService](https://github.com/Skycoder42/QtService) (For the qdsapp tool)
7979
- Additional stuff for building it yourself:
8080
- perl
81-
- [CryptoPP library](https://www.cryptopp.com/) (Can also be linked dynamically)
82-
- [qpmx](https://github.com/Skycoder42/qpmx)
83-
- [qpm](https://github.com/Cutehacks/qpm)
81+
- [CryptoPP library](https://www.cryptopp.com/)
82+
- Already included as git submodule, is automatically compiled as static library and linked with QtDataSync
83+
- Call qmake with `CONFIG+=system_cryptopp` to use the CryptoPP provided by your system instead (requires pkgconfig)
84+
- [qdep](https://github.com/Skycoder42/qdep) (Must be installed and prepared for the qmake you are using)
8485
- Some of the plugins also have additional dependencies:
8586
- kwallet: [KWallet Framework](https://api.kde.org/frameworks/kwallet/html/)
8687
- secretservice: libsecret-1 via pkgconfig

0 commit comments

Comments
 (0)