Also update README.md to newest version

This commit is contained in:
Gabriel Bjørnager Jensen 2021-02-08 13:39:11 +01:00
parent 1fe84887aa
commit a753afb358

View file

@ -1,9 +1,9 @@
# MandelbrotSDL
---
MandelbrotSDL is a realtime [fractal](https://en.wikipedia.org/wiki/Fractal)-calculater written in the [C++ programming language](https://en.wikipedia.org/wiki/C%2B%2B) by Gabriel Jensen.
MandelbrotSDL is a realtime [fractal](https://en.wikipedia.org/wiki/Fractal)-calculater written in the [C++](https://en.wikipedia.org/wiki/C%2B%2B) programming language by Gabriel Jensen.
## Compiling
---
In order to compile, you will need to have installed [libsdl2](https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer). I strongly recommend downloading it from your Linux distro's official repository. If that isn't possible, you can also download it from [libsdl.org](https://libsdl.org/download-2.0.php).
In order to compile, you will need to have installed [libsdl2](https://libsdl.org/download-2.0.php). You should download it from your Linux distro's official repository, if possible.
Once you've installed it, you *should* be able to just use the provided Makefile.
Once you've installed it, you *should* be able to just use the provided Makefile to compile the programme.