From 16a64df23fdaadca0b72025490b75a295665ad3e Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Sat, 7 Dec 2024 07:09:41 -0600 Subject: [PATCH] Add a warning about lack of Windows support. (#7198) ![image](https://github.com/user-attachments/assets/bfdad410-77b2-4fc5-8a6d-87b861f35b0a) See #7194 --- views/popups/library-selection.pug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/popups/library-selection.pug b/views/popups/library-selection.pug index 604c746b6..e765fda84 100644 --- a/views/popups/library-selection.pug +++ b/views/popups/library-selection.pug @@ -20,9 +20,10 @@ .col-lg.libs-how-to-use | To add a library, search for one you want and select the version in the dropdown. Or if you have | favorited it before, just click the library name in the Favorites section. Libraries are - | installed |using the #[a(href="https://conan.io/", target="_blank") conan.io] package manager, - | except for Microsoft compilers, where #[a(href="https://vcpkg.io/", target="_blank") vcpkg] is - | used. + | installed using the #[a(href="https://conan.io/" target="_blank") conan.io] package manager. + | + em Please note that Windows-based compilers currently do not support libraries. See + | #[a(href="https://github.com/compiler-explorer/compiler-explorer/issues/7194" target="_blank") this Github issue]. .row .col-lg   .row