File diff r28360:bb1633c75235 → r28361:99a1cc03aea0
COMPILING.md
Show inline comments
 
@@ -59,8 +59,8 @@ the `static` versions, and OpenTTD curre
 
To install both the x64 (64bit) and x86 (32bit) variants (though only one is necessary), you can use:
 

	
 
```ps
 
.\vcpkg install breakpad:x64-windows-static liblzma:x64-windows-static libpng:x64-windows-static lzo:x64-windows-static zlib:x64-windows-static
 
.\vcpkg install breakpad:x86-windows-static liblzma:x86-windows-static libpng:x86-windows-static lzo:x86-windows-static zlib:x86-windows-static
 
.\vcpkg install --triplet=x64-windows-static
 
.\vcpkg install --triplet=x86-windows-static
 
```
 

	
 
You can open the folder (as a CMake project). CMake will be detected, and you can compile from there.