File: INSTALL

package info (click to toggle)
xwpe 1.5.30a-4
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 2,008 kB
  • sloc: ansic: 26,574; makefile: 88
file content (38 lines) | stat: -rw-r--r-- 1,634 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This is the file INSTALL for the xwpe distribution, version 1.5.11a.

IMPORTANT NOTE:  The configuration file format has changed since version
1.5.10a.  Old configuration files will not work.

To compile this package:

1.  Configure the package for your system.  In the directory that this
file is in, type `./configure'.  If you're using `csh' on an old
version of System V, you might need to type `sh configure' instead to
prevent `csh' from trying to execute `configure' itself.

The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation, and
creates the Makefile. It also creates a file `config.status'
that you can run in the future to recreate the current configuration.

Running `configure' takes a minute or two.  While it is running, it
prints some messages that tell what it is doing.

By default, xwpe files will be installed in the /usr/local directories.
You can specify an installation prefix other than /usr/local by giving
`configure' the option `--prefix=PATH'.

If you need to do unusual things to compile the package, we encourage
you to figure out how `configure' could check whether to do them, and
mail diffs or instructions to the address given in the README so we
can include them in the next release.

2.  Type `make' to compile the package.

3.  Type `make install' to install programs, data files, and
documentation. (For german-speaking people: Type `make install_german'
to install programs, data files and german documentation)

4.  You can remove the program binaries and object files from the
source directory by typing `make clean'.