diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-08 15:19:48 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-08 15:19:48 +0100 |
| commit | 7d58f06a206768fc16d495cedd2119c2e5977bb6 (patch) | |
| tree | 27117fd22c2e4e54851ac6d8e3374c8c1f5d9ade /lib/README.txt | |
| parent | ff62ed249e843aa32207c058ad131d47e431fea9 (diff) | |
Remove 'configure' from README's and sources (partially)
More to come...
Diffstat (limited to 'lib/README.txt')
| -rw-r--r-- | lib/README.txt | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/lib/README.txt b/lib/README.txt index e93308b1e..3cd3fead0 100644 --- a/lib/README.txt +++ b/lib/README.txt @@ -2,26 +2,14 @@ lib/README.txt -------------- This README file is a placeholder for FLTK library files on your system -if FLTK is built using 'configure' and 'make'. +if FLTK is built "in-tree", i.e. if the build folder is the same as the +source folder. + *** This is strongly discouraged! *** -Building FLTK with CMake +Building FLTK "out-of tree" If FLTK is built using CMake all static and shared libraries are created in the 'lib' subdirectory of the build tree. We strongly recommend to build with CMake outside the source tree ("out-of-tree") as described in README.CMake.txt in the root folder of the FLTK distribution. - -If FLTK is built out-of-tree as recommended this folder will not be touched. - - -Building FLTK with configure + make - -Under UNIX/Linux and other systems that support 'configure' and 'make' -(e.g. MinGW, MSYS) a single set of library files will be built, with -or without debug information depending on the options you provided to -the configure script. - -The FLTK build system based on configure does not support out-of-tree -builds, hence the static libraries will be built in this 'lib' folder -and the shared libraries (if enabled) can be found in the 'src' folder. |
