Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 869 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 869 Bytes

Customized Conan Recipe

This repository contains my customized conan recipes.

Why repository?

This repository is intended to benefit from Adding a folder with conan-center-index clone as a remote, which allows to use any folder structured like conan-io/conan-center-index as a conan remote!

Get Started

First, clone this repository locally.

git clone https://github.com/FeignClaims/customized_conan_recipes.git

Then, add this folder as a conan remote:

conan remote add <remote_name> <path_to_this_repository>

After that, you are able to install conan packages as usual with these additional recipes.

For more details, read the official article.