Skip to content

Commit e955601

Browse files
committed
Add "Compiling the program" header
1 parent 44409c5 commit e955601

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ This line from `rules/ini_copy_of_rules.json`:
1919

2020
`"Round M16": "Round Ronin M16",`
2121

22-
states that whenever `Round M16` is encountered by the converter, it should change it to `Round Ronin M16`.
22+
states that whenever `Round M16` is encountered by the converter, it should change it to `Round Ronin M16`.
2323

2424
This means you can make the converter "smarter" by adding more rules to the JSON files in the `rules/` directory.
2525

2626
[This tutorial](https://github.com/cortex-command-community/Cortex-Command-Legacy-Mod-Converter/wiki/Fixing-CCCP-crashes-and-errors-with-Fork) goes over how you can use Fork to figure out what things were renamed to in the newer versions of the game, so you can add missing conversion rules.
27+
28+
## Compiling the program
29+
30+
1. Download [Zig](https://ziglang.org/) version 0.11.
31+
2. Clone this repository somewhere on your computer.
32+
3. Clone the [Cortex Command Mod Converter Engine](https://github.com/MyNameIsTrez/Cortex-Command-Mod-Converter-Engine) repository next to it.
33+
4. Open this repository in VS Code, and hit the `F5` key to compile and run the program.

0 commit comments

Comments
 (0)