diff options
Diffstat (limited to 'README.Unix.txt')
| -rw-r--r-- | README.Unix.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/README.Unix.txt b/README.Unix.txt index 1e54e45ad..096d01726 100644 --- a/README.Unix.txt +++ b/README.Unix.txt @@ -293,12 +293,11 @@ dev directory: 3.2 Configuring FLTK ----------------------- -If you got FLTK via subversion then you need two extra steps. Otherwise skip -over this part. Stay in your FLTK source-code directory. Type the following -but ignore any errors from the second command: - - autoconf - automake --add-missing +If you got FLTK via subversion 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 Now configure your FLTK installation: |
