

ID: f74366f76f700cc6e991285892ad7a23c30e6d47ĭescription: A Massively Spiffy Yet Delicately Unobtrusive Compression Library (Also Free, Not to Mention Unencumbered by Patents ) Recipe: Cache Topics: conan, poco, building, networking, server, mobile, embedded Topics: conan, openssl, ssl, tls, encryption, security ID: eb50d18a5a5d59bd0c332464a4c348ab65e353bfĭescription: A toolkit for the Transport Layer Security (TLS ) and Secure Sockets Layer (SSL ) protocols Finally, it generates an appropriate file for the build system specified in the section.

Cmake 32 bit windows install#
When the conan install command runs, settings specified on theĬommand line or taken from the defaults in /.conan/profiles/default file are applied.įor example, the command conan install. It is very important to understand the installation process. However, it is strongly recommended to review it andĪdjust the settings to accurately describe your system as shown in the Building with other configurations section. It has also generated a conanbuildinfo.cmake file for our build system.Ĭonan generates a default profile with your detected settings (OS, compiler, architecture…) and thatĬonfiguration is printed at the top of every conan install command.
Cmake 32 bit windows generator#
Poco/1.9.4: Downloaded package revision 0Ĭonanfile.txt: Generator cmake created conanbuildinfo.cmakeĬonanfile.txt: Generator txt created conanbuildinfo.txtĬonan installed our Poco dependency but also the transitive dependencies for it: OpenSSL, zlib, sqlite and others. Zlib/1.2.11: Downloaded package revision 0 Zlib/1.2.11: Retrieving package f74366f76f700cc6e991285892ad7a23c30e6d47 from remote 'conancenter'ĭownloading conanmanifest.txt completed ĭownloading conaninfo.txt completed ĭownloading conan_package.tgz completed ĭecompressing conan_package.tgz completed Sqlite3/3.31.1 from 'conancenter' - Downloaded Pcre/8.41 from 'conancenter' - Downloaded Openssl/1.1.1g from 'conancenter' - Downloaded Project’s folder with the following content:īzip2/1.0.8 from 'conancenter' - DownloadedĮxpat/2.2.9 from 'conancenter' - Downloaded Let’s use this poco/1.9.4 version for our MD5 calculator app, creating a conanfile.txt inside our Settings: ( 'os', 'arch', 'compiler', 'build_type' )Ĭxx_14: enable_apacheconnector: enable_cppparser: enable_crypto: Topics: ( 'conan', 'poco', 'building', 'networking', 'server', 'mobile', 'embedded' ) Description: Modern, powerful open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.
