ruben2020 / codequery

A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
https://ruben2020.github.io/codequery/
Mozilla Public License 2.0
685 stars 86 forks source link

Documentation doesn't list all the required dependencies. Code fails silently when missing them #74

Closed CADBOT closed 4 years ago

CADBOT commented 6 years ago

Code silently fails when codequery and startscope aren't on the path when setting up codequery on a JavaScript project. These steps also aren't listed in the documentation.

ruben2020 commented 4 years ago

On Linux: Putting CodeQuery on the PATH is done with sudo make install. Installing starscope and pycscope will be added to the INSTALL-LINUX.md.

On Windows: Using the offical installer will put it on the PATH. Installing starscope and pycscope will be added to the HOWTO-WINDOWS.txt file.