Go to most recent revision | Compare with Previous | Blame | View Log
Copyright 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free SoftwareFoundation, Inc.This file is free documentation; the Free Software Foundation givesunlimited permission to copy, distribute and modify it.Basic Installation==================The simplest way to compile this package is:1. `cd' to the directory containing the package's source code and type`./configure' to configure the package for your system.2. Type `make' to compile the package.3. Type `make install' to install the programs and any data files anddocumentation.Optional Features=================The executable is dynamically linked by default. If you have the necessarystatic libraries installed, you might want to turn on static linking by typing./configure --enable-staticA statically-linked executable takes more disk and memory space; however itruns generally faster and it will work on any similar system independently ofthe libraries available.Compilers and Options=====================Some systems require unusual options for compilation or linking thatthe `configure' script does not know about. Run `./configure --help'for details on some of the pertinent environment variables.You can give `configure' initial values for variables by settingthem in the environment. You can do that on the command line like this:./configure CC=c89 CFLAGS=-O2 LIBS=-lposixInstallation Names==================By default, `make install' will install the package's files in`/usr/local/bin', `/usr/local/man', etc. You can specify aninstallation prefix other than `/usr/local' by giving `configure' theoption `--prefix=PATH'.You can specify separate installation prefixes forarchitecture-specific files and architecture-independent files. If yougive `configure' the option `--exec-prefix=PATH', the package will usePATH as the prefix for installing programs and libraries.Documentation and other data files will still use the regular prefix.In addition, if you use an unusual directory layout you can giveoptions like `--bindir=PATH' to specify different values for particularkinds of files. Run `configure --help' for a list of the directoriesyou can set and what kinds of files go in them.
Go to most recent revision | Compare with Previous | Blame | View Log