Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Example how to use Conan Editable Packages.

Documentation: https://docs.conan.io/en/latest/developing_packages/editable_packages.html

### [Buildroot](features/buildroot)

Demonstrate how to build a tiny Linux image using [Buildroot](https://buildroot.org/) and Conan.

Documentation: https://docs.conan.io/en/latest/integrations/cross_platform/buildroot.html

### [Serializing your data with Protobuf](libraries/protobuf/serialization)

Demonstrate how to use Protobuf to serialize data between C++ and Python.
Expand Down Expand Up @@ -94,6 +100,7 @@ Shows how to use conan ``json`` generator with custom script to automate the cre

Documentation: https://docs.conan.io/en/laters/integrations/deployment.html


## How can I reproduce the build steps?

All our examples can be built on Windows, Linux and Mac. If you are interested to reproduce
Expand Down
Loading