diff options
| author | Tyge Løvset <[email protected]> | 2021-05-20 17:51:04 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-05-20 17:51:04 +0200 |
| commit | 6db18f878aac53c192b10e43c7cda2465d5496c8 (patch) | |
| tree | 56b7a7926b9804116d23e6d5deeb0427ed27c6f5 | |
| parent | 0c64fe64f7fb3df211e87094962e1c2a9e08a6c8 (diff) | |
| download | STC-modified-6db18f878aac53c192b10e43c7cda2465d5496c8.tar.gz STC-modified-6db18f878aac53c192b10e43c7cda2465d5496c8.zip | |
Added description of new include folder.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ After erasing elements found: Installation
------------
Because it is headers-only, headers can simply be included in your program. The methods are static by default (some inlined).
-You may add the project folder to **CPATH** environment variable, to let GCC, Clang, and TinyC locate the headers.
+You may add the *include* folder to the **CPATH** environment variable to let GCC, Clang, and TinyC locate the headers.
If containers are used across several translation units with common instantiated container types, it is recommended to
build as a "library" to minimize the executable size. To enable this mode, specify **-DSTC_HEADER** as a compiler option
|
