This repository will host all conan package recipes for public projects.

Patrick-Christopher Mattulat 2875972019 Add install instruction for recipes 1 ヶ月 前
recipes de46cd22a9 Allow Debug type for ls-std 2024.1.0.1 2 ヶ月 前
.gitignore d1fedfdd36 Initial commit 4 年 前
README.md 2875972019 Add install instruction for recipes 1 ヶ月 前

README.md

Public Conan Recipes

This repository hosts conan recipes for Lynar Studios open source projects.
You can download these recipes to use these related packages locally for your project.

Recipes

  • ls-std (Lynar Studios - Standard Library)
  • ls-math (Lynar Studios - Math Library)

Create Packages

For creating a package navigate to the recipes folder and to the specific subfolder of your library and its' associated version.

Then run:

# for recipe caching only
conan create . --build==never

# for building the libraries
conan create .