-
Welcome to Conan C/C++ Package Manager Documentation — conan 1.60.2 documentation
Conan is a software package manager which is intended for C and C++ developers.
Conan is universal and portable. It works in all operating systems including Windows, Linux, OSX, FreeBSD, Solaris,
and ...
-
Conan 2.0 - C and C++ Package Manager Documentation — conan 2.0.9 documentation
Conan 2.0 - C and C++ Package Manager Documentation¶
Welcome! This is the user documentation for Conan, an open source, decentralized C/C++ package manager that works in all platforms and with all bui...
-
Introduction — conan 2.0.9 documentation
Conan is a dependency and package manager for C and C++ languages. It is free and open-source, works in all platforms ( Windows, Linux, OSX, FreeBSD, Solaris, etc.), and can be used to develop for all...
-
Tutorial — conan 2.0.9 documentation
The purpose of this section is to guide you through the most important Conan features with
practical examples. From using libraries already packaged by Conan, to how to package your
libraries and stor...
-
conan list — conan 2.0.9 documentation
$ conan list -h
usage: conan list [-h] [-v [V]] [-f FORMAT] [-p PACKAGE_QUERY] [-r REMOTE]
[-c] [-g GRAPH] [-gb GRAPH_BINARIES] [-gr GRAPH_RECIPES]
[pattern]
List existing...
-
Getting Started — conan 1.60.2 documentation
cmake_minimum_required(VERSION 2.8.12)
project(MD5Encrypter)
add_definitions("-std=c++11")
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()
add_executable(md5 md5.cpp)
ta...