Skip to content

Commit

Permalink
build/windows.md: mention 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 23, 2024
1 parent 2888e5a commit ce38d49
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit ce38d49

Please sign in to comment.