mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
11e0cb63a4
commit
1e466a4958
|
|
@ -21,6 +21,7 @@ Simple rules for publishing code:
|
||||||
- Join our Discord server to ping us (the lead developers) about your pull requests
|
- Join our Discord server to ping us (the lead developers) about your pull requests
|
||||||
- Keep your code clean and readable.
|
- Keep your code clean and readable.
|
||||||
- Use conventional commits (this is not required)
|
- Use conventional commits (this is not required)
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
@ -28,6 +29,6 @@ Remember ALL your changes will be licensed under GNU General Public License V3.0
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The project is currently in a non-compilable state (as of 3/3/2026)
|
> The project is currently in a non-compilable state (as of 3/3/2026)
|
||||||
|
|
||||||
Firstly install CMake, Make, GCC (>= 15.0), G++ (>= 15.0).
|
1. Install CMake, Make, GCC (>= 15.0), G++ (>= 15.0).
|
||||||
Secondly, create a new directory named build after cloning the repository.
|
2. Create a new directory named build after cloning the repository.
|
||||||
Then enter the new directory and run `cmake ..` and then run `make`
|
3. Enter the new directory and run `cmake ..` and then run `make`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue