Included additional building steps (#679)
This commit is contained in:
parent
c7f5356bb5
commit
9f770012f1
@ -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.
|
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
|
## Credits
|
||||||
|
|
||||||
- Smash Forge Devs (SMG, Ploaj, jam1garner, smb123w64gb, etc.) for some code ported over, specifically animation stuff, ETC1 encoder and some rendering.
|
- Smash Forge Devs (SMG, Ploaj, jam1garner, smb123w64gb, etc.) for some code ported over, specifically animation stuff, ETC1 encoder and some rendering.
|
||||||
|
Loading…
Reference in New Issue
Block a user