From 42e84f9f4ab1bfd9f2a8ead057080a4ca0fdc8b6 Mon Sep 17 00:00:00 2001 From: MrShrekThird <105910469+MrShrekThird@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:19:13 +0000 Subject: [PATCH 1/3] Update CONTRIBUTING.md Removed outdated and redundant compilation instructions. --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82b4f321d..1a0ab4caf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,11 +24,3 @@ Simple rules for publishing code: Make sure your code compiles before making a pull request! and make sure that it's readable 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) - -1. Install CMake, Make, GCC (>= 15.0), G++ (>= 15.0). -2. Create a new directory named build after cloning the repository. -3. Enter the new directory and run `cmake ..` and then run `make` From daf43609ca8052e72ddc7f1ebee9772ffa1e47df Mon Sep 17 00:00:00 2001 From: MrShrekThird <105910469+MrShrekThird@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:25:52 +0000 Subject: [PATCH 2/3] Update CONTRIBUTING.md with README link Added a note to visit README.md for compilation instructions. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a0ab4caf..cd3c678db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,3 +24,5 @@ Simple rules for publishing code: Make sure your code compiles before making a pull request! and make sure that it's readable Remember ALL your changes will be licensed under GNU General Public License V3.0. + +## Please visit [README.md](README.md) for compilation instructions. From 04cadcf95311adb7c54988ea05880749cfab6d70 Mon Sep 17 00:00:00 2001 From: MrShrekThird <105910469+MrShrekThird@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:37:31 +0000 Subject: [PATCH 3/3] Removed README.md link lol --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd3c678db..1a0ab4caf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,5 +24,3 @@ Simple rules for publishing code: Make sure your code compiles before making a pull request! and make sure that it's readable Remember ALL your changes will be licensed under GNU General Public License V3.0. - -## Please visit [README.md](README.md) for compilation instructions.