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)