conan - installing pistache on your ubuntu


Was trying to install 2 libraries, boost and pistache using conan. However, there is no stable version available

Getting boost to install wasn't such a big deal. But getting pistache install, I used the following command :-

This basically clone and build pistache on my machine and install it into my home directory.


conan install pistache/d5608a1@conan/stable --build pistache


Create your CMakelists.txt which has the following configuration :-




Executing cmake.

cmake --build . 



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm