Skip to content

Building Windows libraries

Paul Martin edited this page Apr 7, 2015 · 1 revision

Building Windows dependencies

#Json-C (using Mingw)

  • download the latest source form github: https://github.com/json-c/json-c

  • set the following environment variables to bypass the malloc and realloc checking.

      export ac_cv_func_realloc_0_nonnull=yes
      export ac_cv_func_malloc_0_nonnull=yes
    
  • run mingw-configure && make && make install

Clone this wiki locally