-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error: The source directory "/home/username" does not appear to contain CMakeLists.txt. #568
Comments
have you created a build directory?? you should execute the cmake .. from the build directory. you can also follow the "building from source" instruction here (scroll down) |
@mwgkdm I have same issue. |
not sure what you mean. from https://github.com/lyricat/Hotot: "Since Hotot core is largely based on HTML5, JavaScript and Webkit technology, It can be run under many Webkit implementations. Hotot officially supports Gtk, Qt, and Chrome webkit wrapper. Dependencies: Common Requirements:
.... " so cmake is a must, the path for building is set to be build, so just create that directory and then execute "cmake .." from it. "On Ubuntu 11.10 all of these resources are available in the standard repositories. apt-get install libqt4-dev cmake intltool$ cd {source-directory} While I still use hotot, I will probably forsake it soon as the 260 characters has really broke it, and messing with the code, though it doesn't look very complicated is too time consuming for me to learn. |
@mwgkdm i got it |
@tbhaxor please tell me what to do with CMake.cache file ..... should I delete it, or place it in any other folder .... |
hell i am trying to run an open source project and i created the build dir inside my root folder withe the project files and then cd inot build but when i run cmake .. like where do i get this file or how do i crete this file sorry this is too complex for no reason |
hello___world___vscode___project.docx |
Hello for me it only finally worked with the Make command not CMake |
I am following this tutorial to build Hotot. http://www.samundra.com.np/twitter-api-changes-breaking-hotot-functionality/1224
:~/Hotot-master$ cmake -DWITH_QT=off ..
CMake Error: The source directory "/home/felixdz" does not appear to contain CMakeLists.txt.
How can I fix this?
The text was updated successfully, but these errors were encountered: