diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-15 23:34:56 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-16 00:10:53 +0100 |
| commit | b252e5e45cfd87da48133a3a52e3ac164759b231 (patch) | |
| tree | 16be1e15561e913e9e9c023a170bb9b062d5bfc8 /documentation/src/basics.dox | |
| parent | 2e1730d2f0f131d792c9b0561672f5252a868785 (diff) | |
Remove libfltk_cairo (fltk::cairo)
This library is no longer needed and was "empty" for backwards
compatibility since FLTK 1.4.0.
Diffstat (limited to 'documentation/src/basics.dox')
| -rw-r--r-- | documentation/src/basics.dox | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox index 78e7858dd..2218dbb4b 100644 --- a/documentation/src/basics.dox +++ b/documentation/src/basics.dox @@ -341,11 +341,7 @@ The libraries are named `fltk.lib`, `fltk_forms.lib`, `fltk_gl.lib`, and \note The separate \p fltk_cairo library is no longer necessary since FLTK 1.4.0. - However, this release of FLTK builds a dummy `fltk_cairo` library for - backwards compatibility. You are advised to remove the usage of - the `fltk_cairo` library from your build systems and tools. - <b>The `fltk_cairo` library will be removed in a future release.</b> - + It is no longer built since FLTK 1.5.0. As before, the \p fltk-config script can be used to get the options that are required by your linker: @@ -370,7 +366,7 @@ c++ ... `fltk-config --use-forms --use-gl --use-images --ldflags` The option `--use-cairo` may be used to build your program with Cairo libs if you use Cairo in your code. It does no longer include the `fltk_cairo` lib but all necessary Cairo compiler flags and Cairo libs, if and only if FLTK has been -built with the optional Cairo support by configure or CMake. +configured with the optional Cairo support by CMake. Finally, you can use the \p fltk-config script to compile one or more source files as a FLTK program. |
