File: README

package info (click to toggle)
ifupdown 0.6.8%2Bnmu1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,496 kB
  • ctags: 131
  • sloc: ansic: 1,821; sh: 735; perl: 460; makefile: 254
file content (35 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (10)
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

ifupdown
========

ifup and ifdown are two utilities to assist with basic interface
manipulation.


Building
--------

To build from CVS, you need to generate the tangled sources from the
literate source. To do this, you'll need Norman Ramsey's noweb program
(nowebm.deb for Debian users). The following instructions should be enough
to build from nothing but ifupdown.nw.

	notangle -t8 -RMakefile ifupdown.nw >Makefile
	notangle -Rmakenwdep.sh ifupdown.nw >makenwdep.sh
	chmod 755 makenwdep.sh
	make

After that, you should just need some standard tools like gcc and perl.


Literate Source
---------------

To view the pretty-printed literate source code, you can make any of
the targets:

	ifupdown.ps
	ifupdown.dvi
or	ifupdown.pdf

You'll need a LaTeX distribution to do this, as well as noweb.