From a1ab4160c98e78860d1b7f4fb4c6a502e3d946b5 Mon Sep 17 00:00:00 2001 From: Ned Cotter Date: Wed, 8 Sep 2021 00:43:02 -0400 Subject: [PATCH] Update README.md Added steps for compilation after issues arose --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1bb2d..f1c1459 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,12 @@ Very simple cloth simulation using Verlet position based physics. # Compilation -Instructions can be found [here](https://github.com/johnBuffer/AntSimulator#compilation), steps are similar. +To compile just navigate to the main directory of 'ClothSimulation' +e.g. user@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 .` +Next run `make` +Then you can run the script with `sudo ./Cloth`