Skip to content

Commit

Permalink
KDESKTOP-673 Update Poco and OpenSSL versions in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementKunz committed Mar 28, 2024
1 parent b471538 commit bdae897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infomaniak-build-tools/linux/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The OpenSSL Configure will require Perl to be installed first
cd ~/Projects
git clone git://git.openssl.org/openssl.git
cd openssl
git checkout openssl-3.1
git checkout tags/openssl-3.2.1
./Configure shared
make
sudo make install
Expand All @@ -100,7 +100,7 @@ Poco installation requires the previous OpenSSL installation to be complete
cd ~/Projects
git clone https://github.com/pocoproject/poco.git
cd poco
git checkout poco-1.12.5
git checkout tags/poco-1.13.2-release
mkdir cmake-build
cd cmake-build
cmake .. -DOPENSSL_ROOT_DIR=/usr/local -DOPENSSL_INCLUDE_DIR=/usr/local/include -DOPENSSL_CRYPTO_LIBRARY=/usr/local/lib64/libcrypto.so -DOPENSSL_SSL_LIBRARY=/usr/local/lib64/libssl.so
Expand Down Expand Up @@ -179,6 +179,7 @@ In the project build settings, paste the following lines in the Initial Configur

### Debugging

In order that all libraries are found, you might need to define `LD_LIBRARY_PATH=/usr/local/lib`in your environment variables.
The configuration and database files are stored in the `~/.config/kDrive` directory.
The log files will be generated in the `/tmp/kDrive-logdir` directory.

Expand Down
1 change: 1 addition & 0 deletions src/libsyncengine/jobs/jobmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <log4cplus/logger.h>

#include <Poco/Thread.h>
#include <Poco/ThreadPool.h>
#include <Poco/Net/HTTPSClientSession.h>

#include <list>
Expand Down

0 comments on commit bdae897

Please sign in to comment.