commit 75b3eff6dca6d21bc8d0a898fd18055845b602f4 Author: Fangrui Song Date: Fri Mar 30 23:48:59 2018 -0700 Initial Home page diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..33626ae --- /dev/null +++ b/Home.md @@ -0,0 +1,19 @@ +## >>>> [[Getting started]] (CLICK HERE) <<<< + +## [[Build]] + +For more build instructions. And how to build on Windows, FreeBSD, OpenIndiana! + +## [[compile_commands.json]] + +To tell ccls how to find the source tree in your project, you may create either `.ccls` or `compile_commands.json` in your project root. `.ccls` is easy and useful for simple projects. `compile_commands.json` allows for explicit specification of compilation command line for each source file. + +## [[Editor configuration]] + +You need to set up a language client for your editor to use definition/reference/hover/... and for some advanced cquery features some extension is needed. + +## [[Initialization options]] + +Customization of cquery, e.g. indexing comments, using msgpack for cache files. + +Some tips for [[Debugging]] \ No newline at end of file