miguelangel-nubla / videoP2Proxy

Proxy to enable P2P only cameras to work with standard protocols.
MIT License
171 stars 47 forks source link

Missing pkg-config #4

Open bywciu opened 6 years ago

bywciu commented 6 years ago

You need to have also pkg-config installed, because you'll get an error: ./configure: line 4242: syntax error near unexpected token `JSON_C,json-c' ./configure: line 4242: `PKG_CHECK_MODULES(JSON_C,json-c)'

So on debian based systems: sudo apt install pkg-config -y

Sarunoben commented 5 years ago

Thanks! With your help it's works for me