summaryrefslogtreecommitdiff
path: root/README.Unix.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-24 14:57:41 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-24 15:01:45 +0100
commitef1c2d5b2686ee7812c4067ea199006e8df0f5da (patch)
tree16121f1bfdf9d96d0160662d2d9f9d48c33d6417 /README.Unix.txt
parent7e484c614c16f0a6580ba2c2efaa654ab4e08082 (diff)
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.
Diffstat (limited to 'README.Unix.txt')
-rw-r--r--README.Unix.txt7
1 files changed, 6 insertions, 1 deletions
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.