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
hello_dispmanx
hello_encode
hello_fft
hello_font
hello_jpeg
hello_mmal_encode
hello_teapot
hello_tiger
hello_triangle
hello_triangle2
hello_video
hello_videocube
hello_world
libs
CMakeLists.txt
Makefile.include
README
rebuild.sh

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.