Files
userland/host_applications/linux/apps/hello_pi/README

13 lines
257 B
Plaintext
Executable File

To build the test apps, 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.