mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Notify users that configure/make support will be dropped in 1.5.0
... as discussed in our video meeting on Nov 11.
This commit is contained in:
@@ -1853,3 +1853,23 @@ AC_OUTPUT
|
|||||||
|
|
||||||
dnl Make sure the fltk-config script is executable...
|
dnl Make sure the fltk-config script is executable...
|
||||||
chmod +x fltk-config
|
chmod +x fltk-config
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "-------------------------------------------------------------------------"
|
||||||
|
echo " IMPORTANT NOTE:"
|
||||||
|
echo "-------------------------------------------------------------------------"
|
||||||
|
echo ""
|
||||||
|
echo " FLTK 1.4.x will be the last version(s) of FLTK supporting"
|
||||||
|
echo " autotools (configure + provided Makefiles) to build FLTK."
|
||||||
|
echo " FLTK 1.5.0 and higher will only support FLTK builds using CMake."
|
||||||
|
echo ""
|
||||||
|
echo " We suggest to explore and use the CMake build system generators"
|
||||||
|
echo " for your own FLTK builds as soon as possible. Some new FLTK build"
|
||||||
|
echo " options will only be supported by CMake based builds."
|
||||||
|
echo " Please see README.CMake.txt for details and instructions."
|
||||||
|
echo ""
|
||||||
|
echo " User projects that use CMake for their own build can benefit"
|
||||||
|
echo " substantially if the FLTK library has been built using CMake."
|
||||||
|
echo ""
|
||||||
|
echo "-------------------------------------------------------------------------"
|
||||||
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user