about summary refs log tree commit diff
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-27 02:12:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-27 02:12:36 +0000
commit88b00c44ea93db7663ac6f6924e4e207a1103a13 (patch)
treecda88dce6bbbfcf9925b88d8b8c7c343cd671803 /doc/INSTALL
parentebfd9c575781795496b38b55e6a2cc398ae15a93 (diff)
downloadnetpbm-mirror-88b00c44ea93db7663ac6f6924e4e207a1103a13.tar.gz
netpbm-mirror-88b00c44ea93db7663ac6f6924e4e207a1103a13.tar.xz
netpbm-mirror-88b00c44ea93db7663ac6f6924e4e207a1103a13.zip
add Prerequisite Libraries section
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@363 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index d18d58c7..c34eafd8 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -76,6 +76,14 @@ contents.  You can also run Configure interactively and use its output
 as an example.
 
 
+THE PREREQUISITE LIBRARIES
+--------------------------
+
+Netpbm uses lots of external libraries, but you don't necessarily have
+to install them all.  See http://netpbm.sourceforge.net/prereq.html .
+You do, however, have to tell Configure accurately whether you have the
+library installed and if so, where.
+
 
 INSTALLATION - WINDOWS
 ----------------------
@@ -105,9 +113,9 @@ just do
 It will build Pnmtojpeg and any of its dependencies, but nothing else.
 You have to install it manually.  
 
-When you build just one program, you should request static libraries
-in the configure step, because for just one program, the shared
-libraries would be pure masochism.
+When you build just one program, you should request a static Netpbm
+library in the configure step, because for just one program, the
+shared library would be pure masochism.
 
 
 CUSTOM BUILDING
@@ -128,7 +136,7 @@ your platform.
 
 If your system is even too exotic to accomodate with settings in
 Makefile.config, you may need to modify things in the main make files
-or pm_config.h.
+or pm_config.h.in.
 
 If you figure out how to install on other platforms, contact the
 Netpbm maintainer to have the 'configure' program or these