Skip to content

Commit

Permalink
Add basic conan information
Browse files Browse the repository at this point in the history
  • Loading branch information
ttroy50 committed Apr 4, 2019
1 parent b91a50d commit 7ddc299
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
24 changes: 24 additions & 0 deletions 07-package-management/D-conan/README.adoc
Original file line number Diff line number Diff line change
@@ -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].
1 change: 0 additions & 1 deletion 07-package-management/README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Package Management

:toc:
:toc-placement!:

Expand Down

0 comments on commit 7ddc299

Please sign in to comment.