File: INSTALL

package info (click to toggle)
xconvers 0.8.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,164 kB
  • ctags: 930
  • sloc: ansic: 6,018; sh: 3,502; makefile: 319; yacc: 318
file content (21 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Basic installation instructions for xconvers
============================================

The simplest way to compile xconvers 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 and
     documentation. 

  4. When you want to stip the binary when installing, just type:
     `make install-strip'.

By default, `make install' will install the package's files in 
`/usr/local/bin', `/usr/local/man/man1', `/usr/local/share/xconvers', etc.  
You can specify an installation prefix other than `/usr/local' by giving 
`configure' the option `--prefix=PATH'.