mirror of
https://github.com/fltk/fltk.git
synced 2026-03-23 15:35:11 +08:00
Update several README files, remove obsolete information.
To be continued ... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12292 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user