Updated Readme Again

This commit is contained in:
Aslan2142 2019-08-29 20:31:11 +02:00
parent 5987ff8877
commit e0e5298c81

View file

@ -1,5 +1,5 @@
# AsloEngine
WiP 2D Game Engine made using C++ and SFML
WiP 2D Game Engine made using C++ and SFML<br />
Third-Party Libraries are not Included in the Repository
Version 0.9.1
@ -9,10 +9,11 @@ Version 0.9.1
### Linux:
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
Compilation: Open folder in terminal and type make. If linking fails after editing files try to recompile everything with make all<br />
You can clear temporary files with make clear<br />
### Windows:
Coming Soon...
Coming Soon...<br />
### Mac OS:
Not Available