-
Notifications
You must be signed in to change notification settings - Fork 63
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
How do I compile this? #2
Comments
Visual Studio Code with CMake C++ and a few other exts |
Pretty sure you need these "C/C++" "C/C++ Include Guard |
You can have a look at this https://github.com/johnBuffer/AntSimulator#compilation, the procedure is similar. |
For anyone having issues with the compilation, to compile just navigate to the main directory of 'ClothSimulation'
Now in the main directory run |
how do i specify where my sfml headers are located? |
it gives me that project files may be invalid, no wonder, cause i didn't even include, the path where to get sfml headers, and i don't really know how to |
If SFML is intalled CMake will find it automatically. What os are you on ? |
windows |
should i put sfml in the path, or something? |
what do you mean by installed? just being on my computer? Yes it is installed, i used it quite many times for my sfml projects |
tho, it's not in the same folder as cmake, not sure how cmake searches for the needed libraries |
What I mean by installed is "being known to cmake". To do so I personally build it myself and then build the "install" custom target in the solution generated by cmake |
what does "install" custom target mean? |
I have no idea how to compile this, nothing I have found online works at all...
The text was updated successfully, but these errors were encountered: