[ovs-dev] [PATCH 02/11] lib: Document --enable-shared configure switch

Thomas Graf tgraf at noironetworks.com
Wed Nov 12 14:06:00 UTC 2014


Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
---
 INSTALL.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index c3168dd..941cf37 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:
 
-- 
1.9.3




More information about the dev mailing list