mirror of https://github.com/Icinga/icinga2.git
parent
e1e103f72c
commit
79f4756dae
|
@ -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.
|
||||
|
||||
### <a id="icinga2-api-clients-cli-console"></a> Icinga 2 Console
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue