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.

Home Page:https://ruben2020.github.io/codequery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build currently doesn't work on Linux

naseer opened this issue · comments

As mentioned in INSTALL-LINUX.md
CMake Error: The source directory "~/installs/codequery/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Did you do this? The two dots are important as it shows that the location of the CMakeLists.txt file is in the parent folder.

cd ~/installs/codequery/build
cmake -G "Unix Makefiles" ..

Doh .. that was it - missed the two dots