MathWebSearch / mws

MathWebSearch Implementation
https://search.mathweb.org/
GNU General Public License v3.0
46 stars 12 forks source link

libjson-c #52

Closed physikerwelt closed 10 years ago

physikerwelt commented 10 years ago

What is the recommended way to install libjson-c in ubuntu 12.04 LTS?

Raduh commented 10 years ago

sudo apt-get install libjson0-dev

physikerwelt commented 10 years ago

Thank you.