summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/librdkafka-2.1.0/win32/setup-vcpkg.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/win32/setup-vcpkg.ps1')
-rw-r--r--fluent-bit/lib/librdkafka-2.1.0/win32/setup-vcpkg.ps113
1 files changed, 13 insertions, 0 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/win32/setup-vcpkg.ps1 b/fluent-bit/lib/librdkafka-2.1.0/win32/setup-vcpkg.ps1
new file mode 100644
index 000000000..c2bd78b84
--- /dev/null
+++ b/fluent-bit/lib/librdkafka-2.1.0/win32/setup-vcpkg.ps1
@@ -0,0 +1,13 @@
+# Set up vcpkg and install required packages.
+
+if (!(Test-Path -Path vcpkg/.git)) {
+ git clone https://github.com/Microsoft/vcpkg.git
+}
+
+cd vcpkg
+# latest version is having an issue while doing vcpkg integrate install
+git checkout 328bd79eb8340b8958f567aaf5f8ffb81056cd36
+cd ..
+
+.\vcpkg\bootstrap-vcpkg.bat
+