Changes between Version 4 and Version 5 of dev/runbook


Ignore:
Timestamp:
07/14/20 09:39:10 (5 years ago)
Author:
Mad Martian
Comment:

Failure to update sub-modules work-around

Legend:

Unmodified
Added
Removed
Modified
  • dev/runbook

    v4 v5  
    1111This will pull the sub-modules from external sources updated to their respective tips.
    1212
     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
    1315== 2. Setup Decompiled Workspace ==
    1416The 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: