Skip to content

Commit

Permalink
Document JANSSON_BUILD_SHARED_LIBS CMake option
Browse files Browse the repository at this point in the history
Fixes #187.
  • Loading branch information
akheron committed Jul 12, 2014
1 parent db285b3 commit 23b1b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ By default the CMake_ project will generate build files for building the
static library. To build the shared version use::

...
cmake -DBUILD_SHARED=1 ..
cmake -DJANSSON_BUILD_SHARED_LIBS=1 ..

Changing install directory (same as autoconf --prefix)
""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 23b1b7b

Please sign in to comment.