aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2014-07-12 06:43:07 +0300
committerPetri Lehtinen <petri@digip.org>2014-07-12 06:43:07 +0300
commitc8d017bd8842bbaa1b15d1f49f57577089666424 (patch)
tree64797b59bf1c008100ff4eeeafd8d6e1f8fb2879 /doc
parent88943b64e35c01e170e2ccb242b07e97a91b5816 (diff)
parent23b1b7ba9a6bfce36d6e42623146c815e6b4e234 (diff)
downloadjansson-c8d017bd8842bbaa1b15d1f49f57577089666424.zip
jansson-c8d017bd8842bbaa1b15d1f49f57577089666424.tar.gz
jansson-c8d017bd8842bbaa1b15d1f49f57577089666424.tar.bz2
Merge branch '2.6'
Diffstat (limited to 'doc')
-rw-r--r--doc/gettingstarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gettingstarted.rst b/doc/gettingstarted.rst
index 8abc5d5..078d2fc 100644
--- a/doc/gettingstarted.rst
+++ b/doc/gettingstarted.rst
@@ -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)
""""""""""""""""""""""""""""""""""""""""""""""""""""""