Skip to content

How easy is it, to get well established libraries working together using conan?

License

Notifications You must be signed in to change notification settings

claudiobierig/conanical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conanical

About

I have some experience in using conan. However, the packages I created and used so far are not open source and were completely under my control. I'm interested in how easy it is, to get some well established libraries running and working together.

The code snippets used are from tutorials and I'll probably merge them together.

Content

A list of used conan dependencies:

  • OpenCV 4.5.2 (BSD-3)
  • Boost 1.76.0 (BSL-1.0)
  • GTest 1.11.0 (BSD-3)
  • CMake 3.21.1 (BSD-3)
  • nlohman json 3.10.0 (MIT)

Build

Tested with Ubuntu 20.04

sudo apt-get install libgtk2.0-dev #Needed for OpenCV build
sudo apt-get install python3-numpy #Needed for Boost build
sudo pip3 install conan
mkdir build
cd build
conan install .. --build=missing
conan build ..

About

How easy is it, to get well established libraries working together using conan?

Topics

Resources

License

Stars

Watchers

Forks