mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-13 01:57:18 -07:00
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
This commit is contained in:
parent
e3af07aa27
commit
8064ad9dfe
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,8 @@ _Note: If you're using Visual Studio Code, the [cpack plugin](https://marketplac
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
git clone https://github.com/HarbourMasters/Shipwright.git
|
git clone https://github.com/HarbourMasters/Shipwright.git
|
||||||
cd Shipwright
|
cd Shipwright
|
||||||
|
# Clone the submodule libultraship
|
||||||
|
git submodule update --init
|
||||||
# Copy the baserom to the OTRExporter folder
|
# Copy the baserom to the OTRExporter folder
|
||||||
cp <path to your ROM> OTRExporter
|
cp <path to your ROM> OTRExporter
|
||||||
# Generate Ninja project
|
# Generate Ninja project
|
||||||
|
@ -123,6 +125,8 @@ _Note: If you're using Visual Studio Code, the [cpack plugin](https://marketplac
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
git clone https://github.com/HarbourMasters/Shipwright.git
|
git clone https://github.com/HarbourMasters/Shipwright.git
|
||||||
cd ShipWright
|
cd ShipWright
|
||||||
|
# Clone the submodule libultraship
|
||||||
|
git submodule update --init
|
||||||
# Copy the baserom to the OTRExporter folder
|
# Copy the baserom to the OTRExporter folder
|
||||||
cp <path to your ROM> OTRExporter
|
cp <path to your ROM> OTRExporter
|
||||||
# Generate Ninja project
|
# Generate Ninja project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue