hello i am installing jsoncpp library with sudo dnf install jsoncpp but i cannot find jsoncpp lib…
how can i use jsoncpp in visual studio code?
thank you.
hello i am installing jsoncpp library with sudo dnf install jsoncpp but i cannot find jsoncpp lib…
how can i use jsoncpp in visual studio code?
thank you.
Header files are included in the jsoncpp-devel
package and they are installed to the /usr/include/
directory, i.e. /usr/include/json/json.h
.
hmm i used it like this, dnf install jsoncpp. is not it enough?
Use sudo dnf install jsoncpp-devel
.
thanks!