Signed-off-by: Thomas Graf <[email protected]>
---
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
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev