Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 433 Bytes

parser-dev

Json parser using RapidJSON, spdlog, and SQLite

  • Run the file downloads.sh to download RapidJSON and spdlog.
  • Install sqlite3 library, eg on ubuntu: apt install libsqlite3-dev or you can build from tarfile following these instructions