mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-15 19:14:43 +00:00

* Update how to add packages Signed-off-by: Uilian Ries <uilianries@gmail.com> * Update linter explanation Signed-off-by: Uilian Ries <uilianries@gmail.com> * add suggestion Signed-off-by: Uilian Ries <uilianries@gmail.com> * validate version Signed-off-by: Uilian Ries <uilianries@gmail.com> * Update docs/how_to_add_packages.md Co-authored-by: Chris Mc <prince.chrismc@gmail.com> Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Package Templates
A brief description about each template available:
Autotools package
It's listed under autotools_package folder. It fits projects which use autotools
or make
to be built.
CMake package
It's listed under cmake_package folder. It fits projects which use CMake
to be built.
Header only
It's listed under header_only folder. It fits projects which only copy header and have the same package ID always.
MSBuild package
It's listed under msbuild_package folder. It fits projects which use msbuild
to be built.
Prebuilt tool package
It's listed under prebuilt_tool_package folder. It fits projects which only copy generated binaries (executables and libraries).