From 7bd9c517a17c6d46c9ae00fc5f1c7b4fa75b2b8e Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 28 May 2023 02:13:20 +0100 Subject: [PATCH] add link to vs2022 --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 76869e7..7fa0a4a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Step by step -These instructions should work for both Debug/Release builds. In this case we target Release x64. +These instructions should work for both Debug/Release builds. In this case we target Release x64. All of the `Releases` were built with [Visual Studio 2022][vs_2022]. ![Release][release] @@ -16,6 +16,7 @@ Check that `_CRT_SECURE_NO_DEPRECATE` and if targeting an x64 build `VB_X64` are Ensure `Ws2_32.lib` is included as an additional dependency. ![Linker dependencies][linker] +[vs_2022]: https://visualstudio.microsoft.com/vs/ [release]: vmr_streamer/img/vm1-inst.png [properties]: vmr_streamer/img/vm2-inst.png [char_set]: vmr_streamer/img/vm3-inst.png