summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordario-loi <loi.1940849@studenti.uniroma1.it>2024-11-24 13:45:32 +0100
committerdario-loi <loi.1940849@studenti.uniroma1.it>2024-11-24 13:45:32 +0100
commitf1cde5cdc57e18a455859582ee2fd56b6e61c714 (patch)
treee5485cccfab864d90f327bb2e5a911c08fcfa224
parent8155eade51a897da19d7e3758e68251f2bd0b066 (diff)
Specified the need for implementation macro in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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"
```