From 35a5557d79f2d23444654d1a673abae20fbb46dc Mon Sep 17 00:00:00 2001 From: Ingmar Rieger Date: Wed, 19 Jun 2024 19:32:11 +0200 Subject: [PATCH 1/2] Proposal for hinting to Conan availability of bmx in the Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1443de03..6961fa1e 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,10 @@ Source distributions, including dependencies, and binaries are made available in Source and binary distributions are generally only created when a new feature is required for creating standard compliant sample files for example, or when a release hasn't been made for a long time. +## Conan + +Additionally bmx (including MXF and MXF++) is available via the Conan package manager for C/C++: [bmx Conan recipe](https://conan.io/center/recipes/bmx). Conan Center Index offers precompiled packages for many target systems and otherwise allows to locally build according to a local conan build profile. Follow the code snippets and documentation on the linked page for integrating it. + ## License The bmx library is provided under the BSD 3-clause license. See the [COPYING](./COPYING) file provided with this library for more details. From c1fc6b3d9217b53e35bd44d433bfe434a5b1e126 Mon Sep 17 00:00:00 2001 From: Ingmar Rieger Date: Thu, 20 Jun 2024 20:47:11 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Philip de Nier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6961fa1e..ed80db1b 100644 --- a/README.md +++ b/README.md @@ -244,9 +244,9 @@ Source distributions, including dependencies, and binaries are made available in Source and binary distributions are generally only created when a new feature is required for creating standard compliant sample files for example, or when a release hasn't been made for a long time. -## Conan +### Conan -Additionally bmx (including MXF and MXF++) is available via the Conan package manager for C/C++: [bmx Conan recipe](https://conan.io/center/recipes/bmx). Conan Center Index offers precompiled packages for many target systems and otherwise allows to locally build according to a local conan build profile. Follow the code snippets and documentation on the linked page for integrating it. +Additionally bmx (including MXF and MXF++) is available via the Conan package manager for C/C++: [bmx Conan recipe](https://conan.io/center/recipes/bmx). Conan Center Index offers precompiled packages for many target systems and otherwise allows to build locally according to a local conan build profile. Follow the code snippets and documentation on the linked page for integrating it. ## License