From 23f22bce0589006020682901b60dfd95e24c434e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc=20Serf=C5=91z=C5=91?= Date: Sun, 16 Jun 2024 12:34:08 +0200 Subject: [PATCH] chore(docs): Updated vcpkg dependencies in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfaf818..39702a5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Alternatively, the build instructions can be found below. # Installing prerequisites with vcpkg > git clone https://github.com/Microsoft/vcpkg.git > .\vcpkg\bootstrap-vcpkg.bat -> .\vcpkg\vcpkg.exe install spdlog:x64-windows sdl2:x64-windows freetype[core]:x64-windows rtmidi:x64-windows +> .\vcpkg\vcpkg.exe install nlohmann-json:x64-windows spdlog:x64-windows sdl2:x64-windows freetype[core]:x64-windows zlib:x64-windows gettext:x64-windows # Cloning and building midiconn > git clone --recursive https://github.com/mfep/midiconn.git