Hi,
I am trying to cross-compile from my amd64 computer to an armhf BeagleBone. With other libraries I simply pass some arguments to ./configure and it prepare necessary Makefile. Then I compile and save it at /usr/arm-linux-gnueabihf.
How I do that for libjsoncpp?