stefanos1316 / Rosetta_Code_Research_MSR

Exploiting Programming Languages Energy Consumption
4 stars 2 forks source link

JSON compiling C #7

Open stefanos1316 opened 7 years ago

stefanos1316 commented 7 years ago

After installing the yajl library in the /usr/include (download repo and sudo ./configure --prefix /usr/include), use the command:

$ gcc -o json json.c -lyajl

for compiling it.