Testing github 'commit' and 'push' by modifying obsolete documentation in the README files.

This commit is contained in:
Matthias Melcher 2018-12-24 00:03:45 +01:00
parent 65d90c33dc
commit 550ba7e105
1 changed files with 0 additions and 16 deletions

View File

@ -90,22 +90,6 @@ dev directory:
If you got FLTK via Git then you need one extra step: build the
configure script. Otherwise skip the following part marked ADVANCED:
ADVANCED: (only if you got FLTK via Git)
- The preferred procedure is to build the configure script using tools
called autoconf and automake. If these tools are not both available
on your system, this post
https://www.fltk.org/newsgroups.php?gfltk.coredev+v:15499
details how to get them.
Then, stay in your FLTK source-code directory and type the following:
NOCONFIGURE=1 ./autogen.sh
- Alternatively, copy the configure script from the last FLTK weekly snapshot
to your Git source-code directory.
:END_ADVANCED
2.3 Configuring FLTK
-----------------------