mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 21:23:42 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
eb45804d11
commit
dff5ca3740
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue