Update readme

This commit is contained in:
rexy712 2020-03-09 15:08:10 -07:00
parent d27e8a8879
commit a8ba1cc2fb

View File

@ -6,7 +6,7 @@ rjp (rexy's json parser) is a very simplistic json parser written in C. There is
Also includes rjp++, a C++ wrapper around the core rjp library. Building of this library can be disabled with cmake and is currently impossible to build since I haven't released librexy to my public gitlab yet. Remind me to update this readme when I do release that library. Also includes rjp++, a C++ wrapper around the core rjp library. Building of this library can be disabled with cmake and is currently impossible to build since I haven't released librexy to my public gitlab yet. Remind me to update this readme when I do release that library.
## Building ## Building
Building will produce a static library by default but can be configured to build a shared library. Building will produce a shared library by default but can be configured to build a static library.
##### Run the following commands ##### Run the following commands
``` ```