Add guide for building chatterino2 on Windows with vcpkg (#3634)

This commit is contained in:
Ian
2022-05-15 17:57:31 +02:00
committed by GitHub
parent 3119a9bab3
commit addcbb10f9
7 changed files with 65 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "chatterino",
"version": "2.0.0",
"dependencies": [
"benchmark",
"boost-asio",
"boost-foreach",
"boost-interprocess",
"boost-random",
"boost-variant",
"gtest",
"openssl",
"qt5-multimedia",
"qt5-tools"
],
"builtin-baseline": "2ac61f87f69f0484b8044f95ab274038fbaf7bdd",
"overrides": [
{ "name": "openssl", "version-string": "1.1.1n" }
]
}