Skip to content

Commit

Permalink
lib: Document --enable-shared configure switch
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <[email protected]>
Acked-by: Flavio Leitner <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Thomas Graf authored and blp committed Nov 12, 2014
1 parent a4353e2 commit 7748423
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7748423

Please sign in to comment.