diff options
Diffstat (limited to 'README.abi-version.txt')
| -rw-r--r-- | README.abi-version.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.abi-version.txt b/README.abi-version.txt index 6c760bc76..d40ef71dd 100644 --- a/README.abi-version.txt +++ b/README.abi-version.txt @@ -66,10 +66,13 @@ the version number. FLTK versions 1.4.0 and later contain full CMake support. Use CMake to build the Makefile's and run 'make'. To configure the - ABI version, use ccmake, cmake-gui, or run make with the following + ABI version, use ccmake, cmake-gui, or run cmake with the following command: cmake -D OPTION_ABI_VERSION:STRING=10401 /path/to/fltk + + Then execute + make You can define OPTION_ABI_VERSION to the required version number using @@ -95,7 +98,7 @@ the version number. Use CMake option OPTION_ABI_VERSION:STRING=10401 with the command line - or any of the CMake GUI programs. + or set OPTION_ABI_VERSION with one of the CMake GUI programs. Then start the build process in the IDE solution of your choice. This will run the build with the defined ABI version. |
