From 9f770012f11552f9a95c9c3bc8f740f340613fe6 Mon Sep 17 00:00:00 2001 From: Valentino Stillhardt <4715129+Fusseldieb@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:17:35 -0300 Subject: [PATCH] Included additional building steps (#679) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b2aad14..ae7bb1d7 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ To build make sure you have Visual Studio installed (I use 2017, older versions In the event that the tool cannot compile, check references. All the libraries used are stored in Switch-Toolbox/Lib folder. +Also, while compiling, Visual Studio might throw errors about files coming from external sources (ie. the web) and will therefore fail to read and compile them. In this event, go into the project root folder and run: `Get-ChildItem -Path "C:\\Full\\Path\\To\\Folder" -Recurse | Unblock-File`. + ## Credits - Smash Forge Devs (SMG, Ploaj, jam1garner, smb123w64gb, etc.) for some code ported over, specifically animation stuff, ETC1 encoder and some rendering.