Difference between revisions of "Conan"

From wikieduonline
Jump to navigation Jump to search
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Draft}}
+
Conan<ref>https://conan.io/</ref> is a portable [[package manager]], intended for [[C]] and [[C++]] developers.
  
  
 +
* [[GitLab Conan Repository]] ([[GitLab Premium 12.6]])<ref>https://docs.gitlab.com/ee/user/packages/conan_repository/</ref>
 +
 +
 +
https://github.com/conan-io
 +
 +
conan --version
 +
conan search [[poco]] --remote=conan-center
 +
conan inspect poco/1.9.4
 +
conan remote add
 +
conan user
 +
 +
 +
conan new Hello/0.1 -t
 +
conan create . my-org+my-group+my-project/beta
 +
 +
conan upload
 +
 +
== Activities ==
 +
# Read https://docs.conan.io/en/latest/getting_started.html
  
* [[GitLab Conan Repository]] ([[GitLab Premium 12.6]])<ref>https://docs.gitlab.com/ee/user/packages/conan_repository/</ref>
 
  
 +
== Related terms ==
 +
* <code>[[cmake]]</code>: <code>[[cmake --version]]</code>
  
 
== See also ==
 
== See also ==
 
* {{package managers}}
 
* {{package managers}}
 
* {{Binary repository manager}}
 
* {{Binary repository manager}}
 +
* {{conan}}
 +
* {{C}}
  
 
[[Category:Software development]]
 
[[Category:Software development]]

Revision as of 05:46, 11 November 2020

Advertising: