DaveGamble/cJSON

Can't Install it on PI

Harzfear opened this issue · 2 comments

Hey I tried your installation way but cmake.. doesn't work. Do you have a suggestion?

$ git clone https://github.com/DaveGamble/cJSON.git
$ cd cJSON
$ mkdir build
$cmake.. 
-bash: cmake: Kommando nicht gefunden.

i also tried
$ cmake .. -DENABLE_CJSON_UTILS=On -DENABLE_CJSON_TEST=Off -DCMAKE_INSTALL_PREFIX=/usr
or this
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local

Im new to this sry :D