Updated Readme

This commit is contained in:
Aslan2142 2019-08-29 20:21:09 +02:00
parent 1bad863c5b
commit 5987ff8877

View file

@ -8,7 +8,7 @@ Version 0.9.1
## How To Compile this Example
### Linux:
Dependecies: libsfml-dev libfmt-dev g++ make
Dependecies: libsfml-dev libfmt-dev g++ make<br />
Compilation: Open folder in terminal and type make. If linking fails after editing files try to recompile everything with make all. You can clear temporary files with make clear
### Windows: