mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 04:55:29 +08:00
Improve ABI configuration documentation
Add a note to rebuild everything after changing the ABI configuration.
This commit is contained in:
@@ -53,12 +53,15 @@ the version number.
|
|||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
|
|
||||||
Run
|
Run
|
||||||
|
make clean
|
||||||
./configure --with-abiversion=10401
|
./configure --with-abiversion=10401
|
||||||
make
|
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
|
(2) CMake + make
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user