From 953d9e12c07c6e498880cd5514070242cc3e4d2a Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Wed, 29 Oct 2003 10:12:32 +0000 Subject: [PATCH] Added note about GNU make requirement. --- html/build.html | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/html/build.html b/html/build.html index 492f9420..8f55578a 100644 --- a/html/build.html +++ b/html/build.html @@ -31,15 +31,14 @@ bit of work it can easily be built and used on other non-UNIX platforms.

Building on a UNIX System

-To build the software on a UNIX system -you need to first run the configure shell script -that is located in the top level of the source directory. -This script probes the target system for necessary tools and functions -and constructs a build environment in which the software may be -compiled. -Once configuration is done, you simply run make - to build the software -and then make install to do the installation; for example: +To build the software on a UNIX system you need to first run the configure +shell script that is located in the top level of the source directory. This +script probes the target system for necessary tools and functions and +constructs a build environment in which the software may be compiled. + +Once configuration is done, you simply run make (or gmake) +to build the software and then make install to do the installation; +for example: +Supplied makefiles are depend on GNU make utility, so you will need +the one. Depending on your installation make command may invoke +standard system make and gmake invoke GNU make. In this case +you should use former. If you don't have make at all, but only +gmake, you should export environment variable MAKE=gmake +before ./configure. + +

+ In general, the software is designed such that the following should be ``make-able'' in each directory: @@ -63,7 +71,7 @@ make distclean remove absolutely everything that can be recreated Note that after running "make clobber" or "make distclean" the configure script must -be run again to create the Makefiles and other make-related files. +be run again to create the Makefiles and other make-related files.


Build Trees

@@ -810,9 +818,8 @@ $ YCBCR :==$DISK:[TIFF.TOOLS]YCBCR -You will want to add these lines to your LOGIN.COM -file, after changing -the name of the directory that you have used on your machine. +You will want to add these lines to your LOGIN.COM file, after +changing the name of the directory that you have used on your machine.

This release has been tested on OpenVMS/VAX 5.5-2, using VAX C 3.2. @@ -1161,7 +1168,7 @@ libtiff/mkversion.c program to generate libtiff/version.h.


-Last updated: $Date: 2000-11-24 15:44:38 $ +Last updated: $Date: 2003-10-29 10:12:32 $