Enable vde_over_ns when header is present.
[vde.git] / vde-2 / INSTALL
blob9221127f3ba41959e81cdafa8793cb113bb971dd
1 If you've just downloaded the distribution from the SVN repository, a:
3 $ autoreconf --install
5 builds up the building infrastructure (if you want to come back to a "svn
6 status", go through the ./configure and then 'make extraclean').
8 If you've downloaded an official distribution, or already you've made the step
9 before, do a:
11 $ ./configure
12 (./configure --help to have a list of pertinent arguments, like --disable-tuntap)
14 then:
16 $ make
18 and if you want:
20 $ make install
23 MACOS 10.3:
24 these extra tools must be installed first:
25 autoconf-2.59, automake-1.9, libtool-1.5.20