diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-18 22:42:30 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-18 22:44:08 +0100 |
| commit | 5438954d8c6213f1b0cc9d23b70ffaae388e1d60 (patch) | |
| tree | 101eeda4bf98583d566eeb4b0870d2bde95dea69 /README.abi-version.txt | |
| parent | 797616841caaf3322c79c15b1d9c74d03b54ea12 (diff) | |
Generate FL/fl_config.h rather than FL/abi-version.h
... as discussed in fltk.coredev in thread "RFC: introduce public
config header <FL/fl_config.h>", see:
https://groups.google.com/g/fltkcoredev/c/xLCs1AIXMVo/m/MHZpQggzAQAJ
- Rename abi-version.h to fl_config.h, rename input files,
update dependencies, .gitignore, CMake, configure and Makefiles.
- Include Cairo options in FL/fl_config.h
- Rename FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXT for consistency.
- Include <FL/fl_config.h> in config.h and wherever necessary,
fix include order (move FL/Fl.H to the top) and more.
- Move USE_X11 to fl_config.h and rename to FLTK_USE_X11
- Do not include <config.h> in Cairo demo program which is no
longer required in Cairo programs since FLTK 1.4.0
Diffstat (limited to 'README.abi-version.txt')
| -rw-r--r-- | README.abi-version.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.abi-version.txt b/README.abi-version.txt index 19a42e99d..7ccda33c7 100644 --- a/README.abi-version.txt +++ b/README.abi-version.txt @@ -40,7 +40,7 @@ and '1' is the major version number. The default ABI version for all FLTK 1.4.x versions is 10400 (the binary version of FLTK 1.4.0), but you can configure another version, e.g. 10401 for FLTK 1.4.1 to enable the ABI features of FLTK 1.4.1 and all -previous versions. See CHANGES file. +previous versions. See CHANGES.txt file. Depending on how you build FLTK, there are two different ways to configure @@ -57,7 +57,7 @@ the version number. ./configure --with-abiversion=10401 make - This will generate FL/abi-version.h and build FLTK as usual. + This will generate FL/fl_config.h and build FLTK as usual. Note: you should always make sure that you compile everything from scratch if you change the ABI version or any other configuration @@ -110,7 +110,7 @@ the version number. General note on CMake: ---------------------- - CMake generates FL/abi-version.h in the build tree. You may run + CMake generates FL/fl_config.h in the build tree. You may run 'make install' to install the FLTK library including all headers in the chosen installation directory, although this is not necessary. |
