jgarzik / univalue

High performance RAII C++ JSON library and universal value object class
MIT License
56 stars 77 forks source link

does not install in /usr/lib #53

Closed nirajrussspacetech closed 6 years ago

nirajrussspacetech commented 6 years ago

I downloaded univalue zip installed it as per instructions mentioned But It does not install any files in /usr/lib or /usr/include which creates problem for installing cpptrade software.

Kindly help

nirajrussspacetech commented 6 years ago

Solved by : sudo ./autogen.sh sudo ./configure --prefix=/usr/local sudo make sudo make install