1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-25 23:04:05 +02:00

prod/doc/setup.hmac: explicitly mention SDL_gfx as a prerequisite

This commit is contained in:
Werner Almesberger 2011-05-28 06:53:18 -03:00
parent b583142247
commit 2bb2e7b658

View File

@ -43,7 +43,8 @@ and the test scripts have to be installed on the PC. For flashing the
firmware, also <B>dfu-util</B> and the firmware binary are required.
<P>
The instructions below assume that a complete development environment
is already present on the PC. If any prerequisitres are not met,
is already present on the PC, including <B>SDL</B> and <B>SDL_gfx</B>.
If any prerequisites are not met,
compilation will fail, and you'll have to install the corresponding
package and try again.