From 2bb2e7b6587396eb8b3356a650c319da9654b212 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 28 May 2011 06:53:18 -0300 Subject: [PATCH] prod/doc/setup.hmac: explicitly mention SDL_gfx as a prerequisite --- prod/doc/setup.hmac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prod/doc/setup.hmac b/prod/doc/setup.hmac index a518151..527019b 100644 --- a/prod/doc/setup.hmac +++ b/prod/doc/setup.hmac @@ -43,7 +43,8 @@ and the test scripts have to be installed on the PC. For flashing the firmware, also dfu-util and the firmware binary are required.

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 SDL and SDL_gfx. +If any prerequisites are not met, compilation will fail, and you'll have to install the corresponding package and try again.