File: INSTALL

package info (click to toggle)
vde2 2.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,640 kB
  • sloc: ansic: 27,447; sh: 11,201; makefile: 413; cpp: 241; python: 107
file content (25 lines) | stat: -rw-r--r-- 576 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
If you've just downloaded the distribution from the SVN repository, a:

$ autoreconf --install

builds up the building infrastructure (if you want to come back to a "svn
status", go through the ./configure and then 'make extraclean').

If you've downloaded an official distribution, or already you've made the step
before, do a:

$ ./configure
(./configure --help to have a list of pertinent arguments, like --disable-tuntap)

then:

$ make

and if you want:

$ make install


MACOS 10.3:
these extra tools must be installed first:
autoconf-2.59, automake-1.9, libtool-1.5.20