linux - Which Boost library packages needed for avro c++ -


i have installed packages of boost 1.64 in linux. want install packages needed avro. here boost library

./b2 --show-libraries   - atomic   - chrono   - container   - context   - coroutine   - coroutine2   - date_time   - exception   - fiber   - filesystem   - graph   - graph_parallel   - iostreams   - locale   - log   - math   - metaparse   - mpi   - program_options   - python   - random   - regex   - serialization   - signals   - system   - test   - thread   - timer   - type_erasure   - wave 

where avro says needs following packages.(avro package avro-cpp-1.8.2) libboost-dev libboost-filesystem-dev libboost-system-dev libboost-program-options-dev.

i not sure here libboost-dev package in boost? library boost have install package.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -