Changes between Version 4 and Version 5 of dev/runbook
- Timestamp:
- 07/14/20 09:39:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/runbook
v4 v5 11 11 This will pull the sub-modules from external sources updated to their respective tips. 12 12 13 **NOTE**: If this fails it's likely because a skeletal sub-module directory already exists (i.e. `./hydrazine-path-engine/`), check to make sure you do not have any local changes in this folder and then delete this folder. Then run the command again. 14 13 15 == 2. Setup Decompiled Workspace == 14 16 The first thing to do after cloning the Git repository is to run the gradle task `setupDecompWorkspace`. This processes the ''Minecraft'' source making some necessary changes to the binary code that are expected by our source. The most straightforward way to do this is from inside IntelliJ, but you can also do it from the command line as follows from the root directory of the project: