lib: Document --enable-shared configure switch
authorThomas Graf <tgraf@noironetworks.com>
Wed, 12 Nov 2014 14:06:00 +0000 (15:06 +0100)
committerBen Pfaff <blp@nicira.com>
Wed, 12 Nov 2014 18:12:16 +0000 (10:12 -0800)
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
INSTALL.md

index c3168dd..941cf37 100644 (file)
@@ -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: