From 6e417713b99985a450382358ca5321089e335dea Mon Sep 17 00:00:00 2001 From: pancake-byte <105386902+pancake-byte@users.noreply.github.com> Date: Fri, 20 Jan 2023 21:06:14 -0600 Subject: [PATCH] Update BUILDING.md (#2332) * Update BUILDING.md Adds a note to be sure to pull in libultraship when building for Windows * Fix syntax for consistency * Maybe this is better? I'm doing great. XD --- BUILDING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 80e4fe0fa..cc1b63db0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,6 +22,9 @@ You can also find the v142 toolset by searching through the individual component While you're there, you can also install Python 3 and Git if needed. 1. Clone the Ship of Harkinian repository + +_Note: Be sure to either clone with the ``--recursive`` flag or do ``git submodule init`` after cloning to pull in the libultraship submodule!_ + 2. Place one or more [compatible](#compatible-roms) roms in the `OTRExporter` directory with namings of your choice _Note: Instructions assume using powershell_