diff --git a/CHANGELOG b/CHANGELOG index f343c8e2..58afdbc8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,7 @@ https://glvis.org -Version 4.5 released on Feb X, 2026 +Version 4.5 released on Feb 6, 2026 =================================== Unlike previous GLVis releases, this version requires a C++17 compiler. @@ -54,7 +54,6 @@ Unlike previous GLVis releases, this version requires a C++17 compiler. - Added single-color palettes with a linear gradient of opacity to share/palettes-variable-opacity.txt. - - Generalized and unified processing of stream commands for glvis-js to support all commands. diff --git a/INSTALL b/INSTALL index e9db6c8b..5b2f6bd5 100644 --- a/INSTALL +++ b/INSTALL @@ -266,3 +266,7 @@ cd SDL2-2.0.12 make -j 4 make install cd .. + +In some cases SDL2 may try to build with Wayland support which may fail. In this +case one can use the configure option '--disable-video-wayland' to disable +Wayland support.