Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 249 Bytes

File metadata and controls

13 lines (11 loc) · 249 Bytes

cpp_parser

sql parser in c++

Install cpp_parser:

  1. please read the README file in third_party.
  2. ./build.sh init
  3. ./configure --prefix=/your/path/to/install
  4. make
  5. make install

Uninstall cpp_parser:

  1. make distclean
  2. ./build.sh clean