diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2026-01-03 16:28:02 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2026-01-03 16:28:02 +0100 |
| commit | 869df69ff210a35508f0b5f8a7d33b3adfe07fe3 (patch) | |
| tree | 627415fe968dcc15a337b2fbf5fcb2e1bade3053 /util/README.txt | |
| parent | 775239c2fcfe9d7729def5628dbe022c2a3b2b9e (diff) | |
Update FLTK colormap (src/fl_cmap.h) w/o changing colors
- update comments, including filenames
- update build instructions for developers in util/cmap.cxx
- update CMakeLists.txt (comments only)
Diffstat (limited to 'util/README.txt')
| -rw-r--r-- | util/README.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/util/README.txt b/util/README.txt index c71f6b147..08714c4f7 100644 --- a/util/README.txt +++ b/util/README.txt @@ -3,7 +3,8 @@ Utility programs used to build the FLTK library. Contents: - cmap.cxx generate src/fl_cmap.h + cmap.cxx generate the built-in colormap (src/fl_cmap.h) + code_snapshot.cxx PDF documentation tool to generate a png image from a Doxygen `@code` segment with international characters @@ -13,7 +14,11 @@ Build System: automatically during the build process when needed. Some utilities are only built when specific features are enabled: - - the PDF documentation helper is only built when FLTK_BUILD_PDF_DOCS=ON + - The colormap generator `bin/cmap` is only built manually if needed + to generate a new colormap (src/fl_cmap.h). + See instructions in util/cmap.cxx. + + - The PDF documentation helper is only built when FLTK_BUILD_PDF_DOCS=ON. To add a new utility, edit util/CMakeLists.txt and follow the existing patterns for conditional building and target configuration. |
