mirror of
https://github.com/fltk/fltk.git
synced 2026-02-06 00:01:57 +08:00
16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
lib/README.txt
|
|
--------------
|
|
|
|
This README file is a placeholder for FLTK library files on your system
|
|
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 "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.
|