Update README.md

This commit is contained in:
White Knight Labs
2023-05-01 06:01:41 -04:00
committed by GitHub
parent ddbdac893d
commit c9c42966e2
+13
View File
@@ -1 +1,14 @@
## Building with Visual Studio
Note: GregsBestFriend is only supported on 64-bit Windows systems. 32-bit builds are not recommended or supported.
1. Open the solution file `GregsBestFriend.sln` in Visual Studio.
2. Ensure that the build configuration is set to `Release` and the platform is set to `x64`.
3. Select `Build Solution` from the `Build` menu or press `F7` to build the solution.
4. The compiled executable will be located in the `x64/Release` folder.
Note: If you encounter any errors during the build process, ensure that you have installed the necessary dependencies and that your Visual Studio installation is properly configured.