Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update RapidJSON license reference #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ which will remove the mercury program, resources directory, user, group, and sys
### Compile-time options
To create a debugging version of mercury, use the **make debug-mercury** target in the src/ subdirectory. Be sure to run **make clean** first.

There are compile-time options that can tune mercury for your hardware. Each of these options is set via a C/C++ preprocessor directive, which should be passed as an argument to "make" through the OPTFLAGS variable. Frst run **make clean** to remove the previous build, then run **make "OPTFLAGS=<DIRECTIVE>"**. This runs make, telling it to pass <DIRECTIVE> to the C/C++ compiler. The available compile time options are:
There are compile-time options that can tune mercury for your hardware. Each of these options is set via a C/C++ preprocessor directive, which should be passed as an argument to "make" through the OPTFLAGS variable. First run **make clean** to remove the previous build, then run **make "OPTFLAGS=<DIRECTIVE>"**. This runs make, telling it to pass <DIRECTIVE> to the C/C++ compiler. The available compile time options are:

* -DDEBUG, which turns on debugging, and
* -FBUFSIZE=16384, which sets the fwrite/fread buffer to 16,384 bytes (for instance).
Expand Down Expand Up @@ -289,7 +289,7 @@ are grateful to the copyright holders for making their excellent
software available under licensing terms that allow its
redistribution.
* RapidJSON
[https://github.com/cisco/mercury/src/rapidjson/license.txt](src/rapidjson/license.txt);
[https://github.com/cisco/mercury/src/libmerc/rapidjson/license.txt](src/libmerc/rapidjson/license.txt);
this package is Copyright 2015 THL A29 Limited, a Tencent company,
and Milo Yip.
* lctrie [https://github.com/cisco/mercury/src/lctrie](src/lctrie);
Expand Down