From 3b859d818a559716dfeff5e7f7e7e51463a7730d Mon Sep 17 00:00:00 2001 From: lejulien Date: Fri, 9 Jan 2026 11:31:56 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa4d300..cfd8efa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # GameOfLifeEditor -This is a simple Game Of Life editor written in C++ with raylib & dearImGUI \ No newline at end of file +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.