This project is a part of Staticlibs.
This project contains a CMake wrapper for the Jansson library that can be used to build sources imported from CentOS lookaside.
Link to the documentation.
CMake is required for building.
To build the library on Windows using Visual Studio 2013 Express run the following commands using
Visual Studio development command prompt
(C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\VS2013 x86 Native Tools Command Prompt):
git clone https://github.com/staticlibs/lookaside_jansson.git
git clone https://github.com/staticlibs/external_jansson.git
cd external_jansson
mkdir build
cd build
cmake ..
msbuild external_jansson.sln
See StaticlibsToolchains for more information about the toolchain setup and cross-compilation.
This project is released under the Apache License 2.0.
2018-01-27
- version 2.10-2
- drop submodule
2018-01-27
- version 2.10-1
- update Jansson to rebased version from CentOS 7.4
2017-12-24
- version 2.4-2
- vs2017 support
2016-10-30
- version 2.4-1
- use Jansson sources from CentOS
2016-01-17
- version 2.6.0.5
- minor CMake changes
2015-11-17
- version 2.6.0.4
- custom cmake script
- deplibs cache support
2015-11-01
- version 2.6.0.3 - pkg-config integration
2015-07-09
- version 2.6.0.2 - toolchains update
2015-06-30
- version 2.6.0.1 - toolchains update
2015-05-20
- 2.6.0, initial public version