X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=INSTALL.md;fp=INSTALL.md;h=941cf37bebe1a4e810d181315a2ca8a359afd8bc;hb=7748423ab4d8f871f7076014f7334ad73ced39f4;hp=c3168dd61b99ce75aefc51b41c7dd376765c69cc;hpb=a4353e20e4c394c6010c2118f21d433804c7d1d2;p=cascardo%2Fovs.git diff --git a/INSTALL.md b/INSTALL.md index c3168dd61..941cf37be 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -166,6 +166,11 @@ Prerequisites section, follow the procedure below to build. `% ./configure --prefix=/usr --localstatedir=/var` + By default, static libraries are built and linked against. If you + want to use shared libraries instead: + + % ./configure --enable-shared + To use a specific C compiler for compiling Open vSwitch user programs, also specify it on the configure command line, like so: