diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-08 17:08:54 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-08 17:10:32 +0100 |
| commit | 347d35a8c06869627fb1fbf2df494b662e84426b (patch) | |
| tree | 4ab9d49d3ea56794a04a2e7da64fa447c2bed718 /README.Unix.txt | |
| parent | 0941f0600a26b85b49ab37ab2068a42a4962359c (diff) | |
Update README and configure related stuff for 1.5.0
- remove configure stuff from more README files
- move documentation/README.txt to README.documentation.txt
Diffstat (limited to 'README.Unix.txt')
| -rw-r--r-- | README.Unix.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/README.Unix.txt b/README.Unix.txt index b2c572f58..77b9b4390 100644 --- a/README.Unix.txt +++ b/README.Unix.txt @@ -32,10 +32,9 @@ README.Unix.txt - Building FLTK on Unix/Linux Systems ------------------------------------------------------------------- - Note: usage of autotools, configure, and the included Makefiles - to build the FLTK library is deprecated since FLTK 1.4 and will - be removed in the next minor version (1.5). - Please consider using CMake instead, see README.CMake.txt. + Note: usage of autotools, configure, and included Makefiles to + build the FLTK library is no longer available since FLTK 1.5.0. + You must use CMake instead, see README.CMake.txt. ------------------------------------------------------------------- @@ -187,15 +186,11 @@ To update to the latest version, just `cd` into the fltk directory and type git pull If you have installed JPEG and PNG libraries from pkgsrc, configure your -environment as follows so that the FLTK configure script can find them: +environment as follows so that CMake can find them: export CPPFLAGS="-I/usr/pkg/include" export LDFLAGS="-L/usr/pkg/lib" -To install GNU autoconf from pkgsrc: - - cd /usr/pkgsrc/devel/autoconf - bmake install 2.4 OpenSuSE |
