mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
e1e103f72c
commit
79f4756dae
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user