Changes

Jump to: navigation, search

Raspberry Pi Fedora Remix FAQ

154 bytes added, 12:03, 5 March 2012
How do I access the sample source code for the Raspberry Pi and build the multimedia demo programs?
# You can modify the programs by editing the C source code (files ending in <code>.c</code>) and recompiling the software by typing <code>make</code>
Note that in the Remix, the vc (video core) libraries are in <code>/usr/lib</code> and subdirectories, and the headers are in <code>/usr/include</code>; utilities are in <code>/usr/bin</code> and <code>/usr/sbin</code>. This is different from the Foundation's reference image, which has these files in subdirectories of <code>/opt/vc</code>. The move from <code>/opt</code> to the system directories reflects the fact that these libraries are part of the base system and not a 3rd-party add-on. License information for the libraries is contained in the corresponding header files.

Navigation menu