Getting Error with missing Folder from CMakeLists.txt #820
Replies: 3 comments 1 reply
-
Did you follow instructions? on windows you will need use PowerShell and use install.ps1 script instead of the .sh one. |
Beta Was this translation helpful? Give feedback.
-
You mean the ones for Ubuntu? No I did not but since you pointed that link out I discovered that the the files or instructions must be in there and it led me to this here: Which I assume is what I need to do to install this on windows to get the missing files to compile this. I don't want to come off as an ass but these things are not a given for people who are not familiar with programming or what requirements are needed to even compile anything. This is not just on your github project but every other project I stumble upon. It would be nice to have some simple instructions on what to install and what commands are required to get it to compile and have it one of the entries like the build guide pages. Thanks for pointing me in the right direction though I'm sure I can figure the rest out. |
Beta Was this translation helpful? Give feedback.
-
@Helder1981 I made some instruction for Windows I still got to update the main README.md to link to it. But I'll do that once I got feedback from a few people. |
Beta Was this translation helpful? Give feedback.
-
I am trying to compile from source code using MSYS64 on windows and when I run the commands to configure the files to build there is a missing folder required to finish the files and I can not find it anywhere in the included folders.
CMake Error at CMakeLists.txt:5 (include):
include could not find requested file:
_ /tools/cmake/project.cmake_
Does anyone know where to get these files?
Beta Was this translation helpful? Give feedback.
All reactions