Skip to content

Commit

Permalink
nooo but what about the 32bit users They don't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Oct 21, 2024
1 parent 41a9846 commit 85ca099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ Once all of these are installed; you may install dependencies with vcpkg. In any
```
./bootstrap-vcpkg.bat -disableMetrics
./vcpkg integrate install
./vcpkg install --triplet=x86-windows gtest curl freetype glew libogg libraqm libvorbis openal-soft sdl2 sdl2-image[libjpeg-turbo] glm zlib
./vcpkg install --triplet=x64-windows gtest curl freetype glew libogg libraqm libvorbis openal-soft sdl2 sdl2-image[libjpeg-turbo] glm zlib
```

**Note:** If you wish to produce 64-bit builds, replace `--triplet=x86-windows` with `--triplet=x64-windows`.
**Note:** If you wish to produce 32-bit builds, replace `--triplet=x64-windows` with `--triplet=x86-windows`.

Once dependencies are installed:

Expand Down

0 comments on commit 85ca099

Please sign in to comment.