Merge pull request #1412 from calebabutler/fix/msvc-instructions

Fix instructions for MSVC command-line build
This commit is contained in:
UnknownShadow200 2025-08-10 22:59:43 +10:00 committed by GitHub
commit 873c3a5310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ If you get a `The Windows SDK version 5.1 was not found` compilation error, [see
##### Using Visual Studio (command line) ##### Using Visual Studio (command line)
1. Use 'Developer Tools for Visual Studio' from Start Menu 1. Use 'Developer Tools for Visual Studio' from Start Menu
2. Navigate to the directory with ClassiCube's source code 2. Navigate to the directory with ClassiCube's source code
3. Run `cl.exe *.c /link user32.lib gdi32.lib winmm.lib dbghelp.lib shell32.lib comdlg32.lib /out:ClassiCube.exe` 3. Run `cl.exe src\*.c third_party\bearssl\*.c /link user32.lib gdi32.lib winmm.lib dbghelp.lib shell32.lib comdlg32.lib /out:ClassiCube.exe`
##### Using MinGW-w64 ##### Using MinGW-w64
Assuming that you used the installer from https://sourceforge.net/projects/mingw-w64/ : Assuming that you used the installer from https://sourceforge.net/projects/mingw-w64/ :