I want to build a C++ program for face detection using Visual Studio and OpenCV.
I already installed the Visual Studio 2013 Express Edition and the OpenCV 2.4.8 on my Windows 8 computer and linked the libraries of the OpenCV and it's working.
Now I want to know what do I need to compile any program I build on the Raspberry Pi (raspbin), knowing that my Raspberry Pi SD card is working.
I found this tutorial, but I don't want to change the things installed on the SD card.