From 5e06835d373f603d328c6facc66193f3062be3ae Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 2 Feb 2022 09:48:18 +1300 Subject: [PATCH] Further explain dependencies (#9) Note that the list is C libraries which need to be installed seperately from the Haskell build system. Add SDL2 to the list. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 742fdd2..2e81d66 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,8 @@ Typograffiti aims to make working with text in multimedia applications easy. ## requirements +These C libraries will need to be installed prior to running the Haskell build system. + * opengl 3.x * freetype 2.x +* SDL2 (if running the demo program) -- 2.30.2