From ef1c2d5b2686ee7812c4067ea199006e8df0f5da Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 24 Nov 2021 14:57:41 +0100 Subject: Fix README files and remove stale config.guess and config.sub README.Unix.txt and README.Windows.txt (MinGW, MSYS) instructed to execute `NOCONFIGURE=1 ./autogen.sh` which is no longer necessary (a simple `autoconf` does the job). Remove files misc/config.guess and misc/config.sub because they are no longer needed: these files are now in th FLTK root directory available. Remove all references to these files. Fix .gitattributes accordingly. Also exclude the .github folder from exports, for instance when creating distribution tarballs. --- README.Unix.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.Unix.txt') diff --git a/README.Unix.txt b/README.Unix.txt index 0f2171033..8f0026319 100644 --- a/README.Unix.txt +++ b/README.Unix.txt @@ -298,12 +298,17 @@ If you got FLTK via git then you need one extra step. Otherwise skip over this part. Stay in your FLTK source-code directory and type the following: - NOCONFIGURE=1 ./autogen.sh + autoconf Now configure your FLTK installation: ./configure +Hint: Instead of executing `autoconf` and `configure` followed by `make` +to build FLTK (see next section) you can also run `make` directly which +will create and execute the 'configure' script with default parameters +and build FLTK with the default configuration. + ADVANCED: type "./configure --help" to get a complete list of optional configuration parameters. These should be pretty self-explanatory. Some more details can be found in README. -- cgit v1.2.3