diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" ``` |
