mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
13 lines
257 B
Plaintext
Executable File
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.
|
|
|