Skip to content

simple c++ example project for using Protobuf with cmake and conan

Notifications You must be signed in to change notification settings

arntrk/ProtobufTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple protobuf conan example

This example is created to show how easy it is to create protobuf project with conan as package manager, shown for Linux only.

Dependencies

  • Install g++ and build-essential with Linux package manager.
  • To be able to use conan see installation guide.

How to compile

Issue the following command to setup the project

$ conan install . -if build

which will install all conan packages in local package repository.

Then issue the following command to build the project

$ conan build . -bf build

The executable is located in build/bin directory on Linux.

About

simple c++ example project for using Protobuf with cmake and conan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published