How do I compile, run C++ code in BBB?
I would need libraries, so how to add them?
Running Angstrom distribution
I intend to use OpenCV at a later stage. Any help on this will be appreciated too
How do I compile, run C++ code in BBB?
I would need libraries, so how to add them?
Running Angstrom distribution
I intend to use OpenCV at a later stage. Any help on this will be appreciated too
Hi i use eclipse and you have to install the angstrom toolchain and then link on your IDE. I can compile just simple example like “Hello World” and i’m interessed to include OpenCV library too…