From 8838e976a0b87279e5a98e560ed3d6ef20dc9139 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 10 Mar 2025 15:43:12 +0100 Subject: More (mostly) documentation updates for FLTK 1.5.0 All files: remove autoconf/configure related stuff, update links. - README.txt: describe prerequisites, provide generic instructions on how to use CMake to build FLTK - test/demo.cxx: remove code used for configure/make build - test/CMakeLists.txt: remove obsolete 'target_compile_definitions()' --- README.macOS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.macOS.md') diff --git a/README.macOS.md b/README.macOS.md index 7aa843c52..686d89e24 100644 --- a/README.macOS.md +++ b/README.macOS.md @@ -258,7 +258,7 @@ The configuration summary should not show any errors. You can now continue to bu For the advanced user there are a few more options to the _CMake_ setup. Type `cmake -L ../..` to get a complete list of options. These should be pretty self-explanatory. Some more details can be found in -[online documentation](https://www.fltk.org/doc-1.4/intro.html#intro_unix). +[online documentation](https://www.fltk.org/doc-1.5/intro.html#intro_cmake). ### Building FLTK (CMake, make) @@ -429,7 +429,7 @@ The configuration summary should not show any errors. You can now continue to bu For the advanced user there are a few more options to the _configure_ script. Type `./configure --help` to get a complete list of options. These should be pretty self-explanatory. Some more details can be found in -[online documentation](https://www.fltk.org/doc-1.4/intro.html#intro_unix). +[online documentation](https://www.fltk.org/doc-1.5/intro.html#intro_cmake). ### Building FLTK (autoconf, make) @@ -507,7 +507,7 @@ CFBundleDocumentTypes/Item 0/CFBundleTypeExtensions/Item 0 from the current "*" to the desired file extension. Use several items to declare several extensions. -- Call function fl\_open\_callback() at the beginning of your main() function to set +- Call function fl\_open\_callback() at the beginning of your main() function to set what function will be called when a file is dropped on the application icon. - In Xcode, set the "Info.plist File" build setting of your target application -- cgit v1.2.3