Add basic conan information

This commit is contained in:
Thom Troy
2019-04-04 23:06:04 +01:00
parent b91a50d8e8
commit 7ddc2991c5
2 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
= Conan
:toc:
:toc-placement!:
toc::[]
# Introduction
link:https://conan.io[Conan] is an open source, decentralized, and multi-platform package manager that can be used to create and share native libraries and binaries. It supports multiple build systems (CMake, Visual Studio, Makefiles) and OSes (Linux, Windows, and Mac).
Conan servers can be installed privately or you can use public servers and packages made available by link:https://bintray.com/conan/conan-center[Jfrog bintray].
Full documentation for conan can be found from link:https://docs.conan.io/en/latest/[here]
# Installing
Conan is a python application and can be installed using pip.
[source,bash]
----
$ pip install conan
----
Alternatively, native packages are available for most operating systems. Full details are available link:https://docs.conan.io/en/latest/installation.html[here].

View File

@@ -1,5 +1,4 @@
= Package Management
:toc:
:toc-placement!: