aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-01 09:10:47 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-01 09:10:47 +0200
commitb8b149591f3b68d5f925a60e81ebc6c78f190e99 (patch)
treea939b98bb86a94b3185bac9cb82acee50bac1024 /demos
parent775c05f3011dfcf34d137914d8b1785507edf057 (diff)
downloaduGFX-b8b149591f3b68d5f925a60e81ebc6c78f190e99.tar.gz
uGFX-b8b149591f3b68d5f925a60e81ebc6c78f190e99.tar.bz2
uGFX-b8b149591f3b68d5f925a60e81ebc6c78f190e99.zip
readme fix
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gwin/widgets/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/modules/gwin/widgets/readme.txt b/demos/modules/gwin/widgets/readme.txt
index 02d733e9..bb91e810 100644
--- a/demos/modules/gwin/widgets/readme.txt
+++ b/demos/modules/gwin/widgets/readme.txt
@@ -4,3 +4,7 @@ gfxconf.h
Note that you will need to include the drivers into your project
makefile for whichever inputs you decide to use.
+
+Note that you need to link to the math library. Add -lm to your
+library paths in your Makefile.
+