Skip to content
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

Open
aidankeighron opened this issue Sep 8, 2021 · 5 comments
Open

How do I build this after compiling this #4

aidankeighron opened this issue Sep 8, 2021 · 5 comments

Comments

@aidankeighron
Copy link

I have compiled it with CMake and I have the .sln file for VS but what do I do now.

@Nedcotter
Copy link

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'
e.g. for me its ned@debian:~/ClothSimulation$
Here open a terminal and first make sure you have cmake, build-essential and gdb installed, if not you can just run;

sudo apt-get install cmake build-essential gdb

Now in the main directory run cmake .
I'm assuming this is the part you needed,
Next run make
Then you can run the script with sudo ./Cloth

@aidankeighron
Copy link
Author

Is there a way to do it on windows

@Nedcotter
Copy link

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/
Once downloaded the process is rather self explanatory, select the path you want to compile then the location of where you want the build saved to then just compile the program. If you have any issues feel free to ask, forgive me im replying on a phone rn.

@ShaneWooosh
Copy link

I've got "error in configuration process, project files may not be valid" error

@Nedcotter
Copy link

Nedcotter commented Sep 10, 2021

Are you on Windows or Linux?
if Windows are you compiling using cmake or with Visual Studio?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants