From f1cde5cdc57e18a455859582ee2fd56b6e61c714 Mon Sep 17 00:00:00 2001 From: dario-loi Date: Sun, 24 Nov 2024 13:45:32 +0100 Subject: Specified the need for implementation macro in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ee279d0..a564393 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,11 @@ ### Installation -No installation is required! Simply copy the `fbgl.h` file into your project directory and include it in your source files. +No installation is required! Simply copy the `fbgl.h` file into your project directory and include it in your source files, +while also defining the `FBGL_IMPLEMENTATION` macro in one of your source files. ```c +#define FBGL_IMPLEMENTATION #include "fbgl.h" ``` -- cgit v1.2.3