ruben2020/codequery

Build currently doesn't work on Linux

naseer opened this issue · 2 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