Hi,
we are trying to install json-c as dynamic library to our project. we are using the below command to install the dynamic library.
" yum -y install json-c-devel ".
But we observed json-c version is a little older. Please find the details below.
=======================================================================
Package Arch Version Repository Size
=======================================================================
Installing:
json-c-devel x86_64 0.11-4.el7_0 base 20 k
Installing for dependencies:
json-c x86_64 0.11-4.el7_0 base 31 k
Transaction Summary
But found the below versions from git repo.
Tags
Que 1: How can I get the latest version with "yum -y install json-c-devel" ?
Thanks.