From 85ca099a50e20d1ada6796deb7fca1bec04f6119 Mon Sep 17 00:00:00 2001 From: Marty <85036874+MatusGuy@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:27:44 +0100 Subject: [PATCH] nooo but what about the 32bit users They don't exist. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index eb80efb39e7..12c2fdf3b16 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: