Mention installer when building Release

This commit is contained in:
Vincent Cunningham 2021-03-02 22:42:17 -05:00
parent 903642a855
commit 5fd9ee2393
No known key found for this signature in database
GPG Key ID: 2F189694BB5A9932
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ git clone https://github.com/project64/project64.git
Open the `Project64.sln` file in Visual Studio. You can now build the solution from the Build menu.
Building a Release build will also generate an installer file alongside the output binary that you can use to test the installation process.
In the current state of Project64 (March 2021) you will get errors from trying to build the Android projects. These error messages don't mean anything for the Windows builds. You can safely unload the offending projects from the Solution View to reduce clutter in the Build Log if you are only planning to contribute to the Windows builds.
## Recommended additional steps