diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/intro.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/intro.html b/documentation/intro.html index 9c33f9e4a..1182aa52c 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -109,8 +109,8 @@ Kit". In most cases you can just type "make". This will run configure with the default of no options and then compile everything. <P>FLTK uses GNU autoconf to configure itself for your UNIX platform. -The main things that the configure script will look for are the X11, -OpenGL (or Mesa), and JPEG header and library files. If these cannot be +The main things that the configure script will look for are the X11 and +OpenGL (or Mesa) header and library files. If these cannot be found in the standard include/library locations you'll need to define the <tt>CFLAGS</tt>, <tt>CXXFLAGS</tt>, and <tt>LDFLAGS</tt> environment variables. For the Bourne and Korn shells you'd use:</P> |
