File: INSTALL

package info (click to toggle)
ifile 1.3.9-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,124 kB
  • sloc: ansic: 7,409; makefile: 344; sh: 269
file content (26 lines) | stat: -rw-r--r-- 786 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
To install the ifile executables and the ifile man page in the default
place, run:

	./configure
	gmake install

If your "make" executable is GNU make, you should substitute "make"
for "gmake".  The configure script takes a number of options.  Run
"./configure --help" to see a list.  A popular option is
--prefix=/install/path which allows you to specify where you would
like ifile to be installed (default is /usr/local).  After
installation, "ifile --version" should report the version of ifile
that you just installed.

This package installs two files:

  ifile - the main executable
  ifile.1 - the manual page

Read the tutorial,

  http://people.csail.mit.edu/jrennie/ifile/tutorial.html

for an introduction to using ifile.

$Id: INSTALL,v 1.3 2002/11/02 21:10:54 jrennie Exp $