Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor clarification to BUILD.md #1001

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ cmake --preset mingw64-x64-cross
cmake --build build-mingw64-x64-cross --config Release
```

In addition to mingw64 being installed, a native compiler is also needed as parts of the vcpkg
Be sure to install mingw-w64 before running the above commands. A native compiler is also needed as parts of the vcpkg
build need to execute on the host.

## Visual Studio
Expand Down Expand Up @@ -171,7 +171,7 @@ the `./bootstrap.ps1` PowerShell script must be invoked the first time to initia

```shell
powershell -File bootstrap.ps1
camke --preset msbuild-x64
cmake --preset msbuild-x64
```

Once done you will have a Visual Studio Solution in `build-msbuild-x64/ezquake.sln`.
Expand Down
Loading