diff options
| author | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 13:45:32 +0100 |
|---|---|---|
| committer | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 13:45:32 +0100 |
| commit | f1cde5cdc57e18a455859582ee2fd56b6e61c714 (patch) | |
| tree | e5485cccfab864d90f327bb2e5a911c08fcfa224 /README.md | |
| parent | 8155eade51a897da19d7e3758e68251f2bd0b066 (diff) | |
Specified the need for implementation macro in README
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" ``` |
