-
Notifications
You must be signed in to change notification settings - Fork 0
Qore JSON module
License
LGPL-2.1, MIT licenses found
Licenses found
LGPL-2.1
COPYING.LGPL
MIT
COPYING.MIT
qoretechnologies/module-json
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Qore json module
INTRODUCTION
------------
The Qore json module provides JSON functionality to Qore. This was previously
part of the main qore library but moved to this module in qore v0.8.1
see docs for more information
LICENSE
-------
This module is released under a choice of two licenses: LGPL 2.1 and MIT, see
COPYING.LGPL and COPYING.MIT for more information
BUILDING
--------
Requires qore 0.8.1+ and openssl headers and libraries to build and run
to configure the build, execute
configure --disable-debug
if the qore library cannot be found, then you can use:
configure --disable-debug --with-qore=<dir>
if openssl cannot be found, then you can use:
configure --disable-debug --with-openssl-dir=<dir>
The qore binary also needs to be in the path so configure can determine the module directory
Then execute
make && make install
(or 'make && sudo make install' as needed)
please direct any questions to:
david@qore.org
or you can post in the qore forums at
http://qore.org/forums
About
Qore JSON module
Resources
License
LGPL-2.1, MIT licenses found
Licenses found
LGPL-2.1
COPYING.LGPL
MIT
COPYING.MIT
Stars
Watchers
Forks
Packages 0
No packages published