nilsberglund-orleans / YouTube-simulations

Code for simulations on YouTube
Creative Commons Zero v1.0 Universal
594 stars 39 forks source link

Installing the software #6

Closed Aggon98 closed 1 year ago

Aggon98 commented 1 year ago

Dear creator, I'm thrilled to find your software as I'm fascinated by the butterfly effect. Now I happen to have little to no experience with IT and I'm new to github. I have no idea how to install software from github as I can't find any .exe file. Could you please help me out because I'd love to see your simulator At the same time I'll also learn something new about Github ^^

Many thanks in advance! Joris

nilsberglund-orleans commented 1 year ago

Sorry, but you will have to compile the code yourself, since this depends a lot on the OS you are using. On Unix-flavoured systems, such as Linux and MacOS, there is no need to install a compiler, you just have to follow the instructions in the README.md file. On Windows, you may have to install gcc or a comparable compiler first. There must be many tutorials on how to do that online, or you can seek help on stackoverflow.