From d253b896aff0fa68c6dede985068bbd13ea381a0 Mon Sep 17 00:00:00 2001 From: Aang23 Date: Sat, 12 Jun 2021 18:22:21 +0200 Subject: [PATCH] Update windows build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff443033b..94de70c71 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ cd satdump git clone https://github.com/Microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.bat -./vcpkg.exe install png:x64-windows jpeg-turbo:x64-windows fftw3:x64-windows glew:x64-windows glfw:x64-windows # Gotta check those are correct... Should be +.\vcpkg.exe install libpng:x64-windows libjpeg-turbo:x64-windows fftw3:x64-windows glew:x64-windows glfw3:x64-windows # Gotta check those are correct... Should be # At this point, I copied over the files from libraries compiled from source in vcpkg/installed/x64-windows cd .. mkdir build