diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-01 18:03:10 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-06 20:28:20 +0200 |
| commit | f09e17c3c564e8310125a10c03397cbf473ff643 (patch) | |
| tree | 8d0fd4a28e3686c33aaa140d07ddba26ab28bdc2 /README.txt | |
| parent | b0e0c355edaa2e23148cb0260ada907aec930f05 (diff) | |
Remove $Id$ tags, update URL's, and more
- remove obsolete svn '$Id$' tags from all source files
- update .fl files and generated files accordingly
- replace 'http://www.fltk.org' URL's with 'https://...'
- replace bug report URL 'str.php' with 'bugs.php'
- remove trailing whitespace
- fix other whitespace errors flagged by Git
- add and/or fix missing or wrong standard headers
- convert tabs to spaces in all source files
The only relevant code changes are in the fluid/ folder where
some .fl files and other source files were used to generate
the '$Id' headers and footers.
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 51 |
1 files changed, 25 insertions, 26 deletions
diff --git a/README.txt b/README.txt index af3292276..2e4c3e8df 100644 --- a/README.txt +++ b/README.txt @@ -28,7 +28,7 @@ ON-LINE DOCUMENTATION starting point. PostScript(tm) and PDF versions of this documentation is also available from the FLTK web site at: - http://www.fltk.org/documentation.php + https://www.fltk.org/documentation.php BUILDING AND INSTALLING FLTK UNDER UNIX AND Mac OS X @@ -54,22 +54,22 @@ BUILDING AND INSTALLING FLTK UNDER UNIX AND Mac OS X You can run configure yourself to get the exact setup you need. Type "./configure <options>". Options include: - --enable-cygwin - Enable the Cygwin libraries (Windows) - --enable-debug - Enable debugging code & symbols - --disable-gl - Disable OpenGL support - --enable-shared - Enable generation of shared libraries - --enable-threads - Enable multithreading support - --enable-xdbe - Enable the X double-buffer extension - --enable-xft - Enable the Xft library (anti-aliased fonts) - - --bindir=/path - Set the location for executables - [default = /usr/local/bin] - --libdir=/path - Set the location for libraries - [default = /usr/local/lib] - --includedir=/path - Set the location for include files. - [default = /usr/local/include] - --prefix=/dir - Set the directory prefix for files - [default = /usr/local] + --enable-cygwin - Enable the Cygwin libraries (Windows) + --enable-debug - Enable debugging code & symbols + --disable-gl - Disable OpenGL support + --enable-shared - Enable generation of shared libraries + --enable-threads - Enable multithreading support + --enable-xdbe - Enable the X double-buffer extension + --enable-xft - Enable the Xft library (anti-aliased fonts) + + --bindir=/path - Set the location for executables + [default = /usr/local/bin] + --libdir=/path - Set the location for libraries + [default = /usr/local/lib] + --includedir=/path - Set the location for include files. + [default = /usr/local/include] + --prefix=/dir - Set the directory prefix for files + [default = /usr/local] When the configure script is done you can just run the "make" command. This will build the library, FLUID tool, and @@ -119,11 +119,11 @@ BUILDING HTML DOCUMENTATION If you want to build the HTML documentation: - ( cd documentation && make html ) + ( cd documentation && make html ) If you want to build the PDF documentation: - ( cd documentation && make pdf ) + ( cd documentation && make pdf ) FLTK uses doxygen for documentation, so you'll at least need doxygen installed for creating html docs, and LaTeX for creating PDF docs. @@ -133,19 +133,19 @@ INTERNET RESOURCES FLTK is available on the 'net in a bunch of locations: - - WWW: http://www.fltk.org/ - http://www.fltk.org/str.php [for reporting bugs] - http://www.fltk.org/software.php [source code] + - WWW: https://www.fltk.org/ + https://www.fltk.org/bugs.php [for reporting bugs] + https://www.fltk.org/software.php [source code] To join the FLTK mailing list, go the following web page: - http://www.fltk.org/newsgroups.php + https://www.fltk.org/newsgroups.php REPORTING BUGS To report a bug in FLTK, use the form at: - http://www.fltk.org/str.php + https://www.fltk.org/bugs.php For general support and questions, please use the FLTK mailing list at "fltk@fltk.org". @@ -169,5 +169,4 @@ COPYRIGHT outlined in the file "COPYING" which should have been included with this file. If this file is missing or damaged, see the license at: - http://www.fltk.org/COPYING.php - + https://www.fltk.org/COPYING.php |
