mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
Update CONTRIBUTING.md
Removed outdated and redundant compilation instructions.
This commit is contained in:
parent
dc57bf5634
commit
42e84f9f4a
|
|
@ -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
|
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.
|
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`
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue