From 79f4756dae026e58d3da356359513022ce50fa43 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 14 Nov 2015 05:51:03 +0100 Subject: [PATCH] Update wxWidgets documentation for Icinga Studio fixes #10630 --- doc/9-icinga2-api.md | 4 ++-- icinga-studio/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/9-icinga2-api.md b/doc/9-icinga2-api.md index 2c1bdff2f..bbbfbf931 100644 --- a/doc/9-icinga2-api.md +++ b/doc/9-icinga2-api.md @@ -1487,8 +1487,8 @@ packages. > **Note** > Icinga Studio does not currently support SSL certificate verification. -The Windows installer includes Icinga Studio already. You must additionally -install the [wxWidgets library](https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.2/wxMSW-3.0.2-Setup.exe). +The Windows installer already includes Icinga Studio. On Debian and Ubuntu the package +`icinga2-studio` can be used to install Icinga Studio. ### Icinga 2 Console diff --git a/icinga-studio/CMakeLists.txt b/icinga-studio/CMakeLists.txt index 33f466e33..48fd8bbe0 100644 --- a/icinga-studio/CMakeLists.txt +++ b/icinga-studio/CMakeLists.txt @@ -16,7 +16,7 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. set(wxWidgets_CONFIGURATION mswu) -find_package(wxWidgets COMPONENTS core base propgrid REQUIRED) +find_package(wxWidgets COMPONENTS core base propgrid adv REQUIRED) include(${wxWidgets_USE_FILE}) if(MSVC)