From b13c3932e4c8c22375be2b6723eaf426b83e9b07 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 4 Mar 1999 18:11:37 +0000 Subject: Removed references to JPEG library in docos and config files. Not needed (except for jpeg_image.cxx, which isn't built by default). git-svn-id: file:///fltk/svn/fltk/trunk@361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/intro.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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.

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 CFLAGS, CXXFLAGS, and LDFLAGS environment variables. For the Bourne and Korn shells you'd use:

-- cgit v1.2.3