From dff5ca3740ba3cbaee0dfa73b8c2858eaca0f76e Mon Sep 17 00:00:00 2001 From: DecalOverdose Date: Tue, 3 Mar 2026 00:33:11 +0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6d328ca4..f77a6ebb9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,3 +23,11 @@ Simple rules for publishing code: - Use conventional commits (this is not required) Remember ALL your changes will be licensed under GNU General Public License V3.0. + +## Compiling the project: +> [!NOTE] +> The project is currently in a non-compilable state (as of 3/3/2026) + +Firstly install CMake, Make, GCC (>= 15.0), G++ (>= 15.0). +Secondly, create a new directory named build after cloning the repository. +Then enter the new directory and run `cmake ..` and then run `make`