-
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 build this after compiling this #4
Comments
Building is just another term for the entire process of preprocessing, compiling and linking, I replied to an almost identical issue yesterday on the same problem. Again; Compiling and 'Building'For anyone having issues with the compilation, to compile just navigate to the main directory of 'ClothSimulation'
Now in the main directory run |
Is there a way to do it on windows |
For Windows you can either use the built in compiling tool for c++ in VS or you can download the Cmake GUI tool from here: https://cmake.org/download/ |
I've got "error in configuration process, project files may not be valid" error |
Are you on Windows or Linux? |
I have compiled it with CMake and I have the .sln file for VS but what do I do now.
The text was updated successfully, but these errors were encountered: