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

build/windows.md: mention 32-bit build #508

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions build/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ files:

Once generated, you import them and build with Visual Studio like normally.

You can even generate them for 32-bit Windows with:

cmake -B build -G 'Visual Studio 17 2022' -DCMAKE_GENERATOR_PLATFORM=x86

## Mingw

You can build curl with the mingw compiler suite. Use [CMake](cmake.md) to
Expand Down
2 changes: 1 addition & 1 deletion spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ matrix:
- 'code'
- 'pre'
sources:
- '**/*.md|!README.md|!SUMMARY.md|!bindings/README.md|!bookindex.md|!transfers/options/all.md|!build/deps.md'
- '**/*.md|!README.md|!SUMMARY.md|!bindings/README.md|!bookindex.md|!transfers/options/all.md|!build/deps.md|!project/devteam.md'
Loading