Update wxWidgets documentation for Icinga Studio

fixes #10630
This commit is contained in:
Gunnar Beutner 2015-11-14 05:51:03 +01:00
parent e1e103f72c
commit 79f4756dae
2 changed files with 3 additions and 3 deletions

View File

@ -1487,8 +1487,8 @@ packages.
> **Note** > **Note**
> Icinga Studio does not currently support SSL certificate verification. > Icinga Studio does not currently support SSL certificate verification.
The Windows installer includes Icinga Studio already. You must additionally The Windows installer already includes Icinga Studio. On Debian and Ubuntu the package
install the [wxWidgets library](https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.2/wxMSW-3.0.2-Setup.exe). `icinga2-studio` can be used to install Icinga Studio.
### <a id="icinga2-api-clients-cli-console"></a> Icinga 2 Console ### <a id="icinga2-api-clients-cli-console"></a> Icinga 2 Console

View File

@ -16,7 +16,7 @@
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
set(wxWidgets_CONFIGURATION mswu) 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}) include(${wxWidgets_USE_FILE})
if(MSVC) if(MSVC)