Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Buildroot feature example #74

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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