add note about ps1 build

This commit is contained in:
Michael Miceli 2023-04-29 15:50:50 -04:00
parent e150fab81a
commit 1199974a2f
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ based on your environment.
```
* `build.ps1` - PowerShell script recommended for building on Windows machines.
Some users have reported needing to run the script as admin to access the
`baserom.nes`, although I haven't experienced this. Additionally, on older
versions of PowerShell, you may need to adjust the execution policy with the
command `Set-ExecutionPolicy`.
* `build.bat` - bat script that can be used on windows machines without
PowerShell, but requires VBScript support.
* `build.sh` - bash script to be used in unix environments, or on Windows