From 8064ad9dfee6e4c45b4080ddcca4af8f48707288 Mon Sep 17 00:00:00 2001 From: Oliver Schall Date: Tue, 29 Nov 2022 01:04:24 +0100 Subject: [PATCH] Add git submodule update to BUILDING.md (#2027) * Added git submodule to building instructions * Fixed git submodule build instruction order * Removed --recursive flag from git submodule building instructions * Removed windows git submodule instruction --- BUILDING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index fd7cfd0a8..6706d960d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -85,6 +85,8 @@ _Note: If you're using Visual Studio Code, the [cpack plugin](https://marketplac # Clone the repo git clone https://github.com/HarbourMasters/Shipwright.git cd Shipwright +# Clone the submodule libultraship +git submodule update --init # Copy the baserom to the OTRExporter folder cp OTRExporter # Generate Ninja project @@ -123,6 +125,8 @@ _Note: If you're using Visual Studio Code, the [cpack plugin](https://marketplac # Clone the repo git clone https://github.com/HarbourMasters/Shipwright.git cd ShipWright +# Clone the submodule libultraship +git submodule update --init # Copy the baserom to the OTRExporter folder cp OTRExporter # Generate Ninja project