Build currently doesn't work on Linux
naseer opened this issue · 2 comments
naseer commented
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.
ruben2020 commented
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" ..
naseer commented
Doh .. that was it - missed the two dots