syslimits.h fix for OSX
[vde.git] / vde-2 / INSTALL
blob6ff5ce2b2a168f9fb6c64eda2a8dee9b3c7c7fb6
1 If you've just downloaded the distribution from cvs, a:
2 $ autoreconf --install
3 builds up the building infrastructure (if you want to come back to a "cvs
4 status", go through the ./configure and then 'make extraclean').
6 If you've downloaded an official distribution, or already you've made the step
7 before, do a:
8 $ ./configure
9 (./configure --help to have a list of pertinent arguments, like
10 --disable-tuntap)
11 then:
12 $ make
13 and if you want:
14 $ make install
17 MACOS 10.3:
18 these extra tools must be installed first:
19 autoconf-2.59,automake-1.9,libtool-1.5.20