RetroArch/gfx/include/userland/host_applications/linux/apps/hello_pi
orbea 28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
..
hello_audio Clean up white space. 2019-02-03 16:00:50 -08:00
hello_dispmanx Clean up white space. 2019-02-03 16:00:50 -08:00
hello_encode Clean up white space. 2019-02-03 16:00:50 -08:00
hello_fft Clean up white space. 2019-02-03 16:00:50 -08:00
hello_font Clean up white space. 2019-02-03 16:00:50 -08:00
hello_jpeg Clean up white space. 2019-02-03 16:00:50 -08:00
hello_mmal_encode Clean up white space. 2019-02-03 16:00:50 -08:00
hello_teapot Clean up white space. 2019-02-03 16:00:50 -08:00
hello_tiger Clean up white space. 2019-02-03 16:00:50 -08:00
hello_triangle Clean up white space. 2019-02-03 16:00:50 -08:00
hello_triangle2 Clean up white space. 2019-02-03 16:00:50 -08:00
hello_video Clean up white space. 2019-02-03 16:00:50 -08:00
hello_videocube Clean up white space. 2019-02-03 16:00:50 -08:00
hello_world Clean up white space. 2019-02-03 16:00:50 -08:00
libs Clean up white space. 2019-02-03 16:00:50 -08:00
CMakeLists.txt Adding userland for RPi 2019-01-30 20:47:36 +00:00
Makefile.include Clean up white space. 2019-02-03 16:00:50 -08:00
README Clean up white space. 2019-02-03 16:00:50 -08:00
rebuild.sh Clean up white space. 2019-02-03 16:00:50 -08:00

README

Building on Pi
++++++++++++++

To build the test apps on the pi, first build the libs:
make -C libs/ilclient
make -C libs/vgfont

then by entering each test app directory and run make. E.g.
  cd hello_world
  make
  ./hello_world.bin

Running ./rebuild.sh will rebuild the all libs and and apps.

Building on a different PC
++++++++++++++++++++++++++

If you want to build the samples on a different machine (cross-compile) then set:
SDKSTAGE=<path/to/firmware-directory> and CC=<path/to/cross-compiler>
before running make.