Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -1,3 +1,18 @@
|
|||||||
# GameOfLifeEditor
|
# GameOfLifeEditor
|
||||||
|
|
||||||
This is a simple Game Of Life editor written in C++ with raylib & dearImGUI
|
This is a simple Game Of Life editor written in C++ with raylib & dearImGUI
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
## How to compile the project
|
||||||
|
|
||||||
|
Ensure you have g++, cmake and the thendependencies of raylib
|
||||||
|
|
||||||
|
```shell
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
> As for now I will not make this program Windows compatible.
|
||||||
|
|||||||
Reference in New Issue
Block a user