From 9ed337d938a228b0f77555e93577e1d5dbcba16c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 19 Jan 2019 17:16:09 +0100 Subject: [PATCH] Improve ABI configuration documentation Add a note to rebuild everything after changing the ABI configuration. --- README.abi-version.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.abi-version.txt b/README.abi-version.txt index 51cd7984f..4be739d61 100644 --- a/README.abi-version.txt +++ b/README.abi-version.txt @@ -58,13 +58,16 @@ the version number. (1) Traditional configure + make (Unix, Linux, MinGW etc.) ---------------------------------------------------------- - Run + Run + make clean + ./configure --with-abiversion=10304 + make - ./configure --with-abiversion=10304 - make - - This will generate FL/abi-version.h and build FLTK as usual. + This will generate FL/abi-version.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 + options, e.g. with `make clean'. (2) CMake + make ---------------- @@ -104,6 +107,9 @@ the version number. will copy the file abi-version.ide to FL/abi-version.h and run the build with the defined ABI version. + Note: you should always make sure that you compile everything from + scratch if you change the ABI version or any other configuration + options, e.g. with "Clean all" or "Rebuild all" menu functions. Note on CMake: