ruben2020/codequery

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

Closed this issue · 1 comments

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.

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.