From f74c79ad440c5cc7158a2c6280d0926181b36cbd Mon Sep 17 00:00:00 2001 From: Octopus Date: Thu, 30 Jan 2020 17:40:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d0e52b..300762f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can use an artifact from latest commit by selecting ✔️ and ``Build commi Overwhise, you can build yourself the program by cloning the repository : ``git clone https://github.com/AnonymusRaccoon/ComSquare.git`` -You need the [SDL library](https://www.libsdl.org/). +You need the [SFML library](https://www.sfml-dev.org/download.php). After going inside the repository directory, create a build folder ``mkdir build``, go inside and make ``cmake ..`` to finally make ``make``. If you've done nothing wrong, you should have the program compiled!