Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.42 KB

README_sw_requirements.md

File metadata and controls

38 lines (28 loc) · 1.42 KB

Software requirements

This chapter summarize actual development environment. Newer or older versions may work - feel free tweak main CMakeLists.txt and dependencies as you need.

Windows 10

This is target platform for the product.

GNU/Linux

Fedora 24 (MinGW)

Just try install following packages:

sudo dnf install cmake
sudo dnf install mingw32-qt5-qtbase
sudo dnf install mingw32-nsis
Fedora 24

This is not main target platform, because openconnect is used by other projects integrated into desktop environments. On the other side - the minimum of required packages to build this GUI should be installed by following commands:

sudo dnf install cmake
sudo dnf install qt5-qtbase-devel
sudo dnf install gnutls-devel openconnect-devel

MacOS

  • MacOS 10.11+
  • Xcode 7.3+ incl. command line tools
  • Qt online installer and choose:
    • 5.6/"OS X" component
    • Tools/QtCreator component