From 3b3aab1ccdee2b034040c161a79c942561a62f35 Mon Sep 17 00:00:00 2001 From: jose94752 Date: Fri, 25 Oct 2024 07:29:41 +0200 Subject: [PATCH] Fix of cmake/readme.txt for The cmake Sodium lib crash build #232 modified: cmake/readme.txt --- cmake/readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/readme.txt b/cmake/readme.txt index 06916afd3..b6501c1db 100644 --- a/cmake/readme.txt +++ b/cmake/readme.txt @@ -26,6 +26,7 @@ vcpkg install zstd:x64-mingw-static vcpkg install libjpeg-turbo:x64-mingw-static vcpkg install liblzma:x64-mingw-static vcpkg install openssl:x64-mingw-static +vcpkg install libsodium:x64-mingw-static @@ -88,6 +89,7 @@ vcpkg install zstd:x64-windows-static vcpkg install libjpeg-turbo:x64-windows-static vcpkg install liblzma:x64-windows-static vcpkg install openssl:x64-windows-static +vcpkg install libsodium:x64-windows-static vcpkg integrate install