

DCMAKE_USE_SYSTEM_CURL:BOOL=ON -DCMAKE_USE_OPENSSL:BOOL=ON
INSTALLING CMAKE LINUX INSTALL
For CMake 2.8.9 on Ubuntu 12.04: sudo apt install cmake # get CMake 2.8.7 firstĬmake. Unsupported protocol errors as described in this issue may arise when CMake was built from source without having set the appropriate options, also apt packages for older distros (such as Ubuntu 12.04) could lack this feature. OpenSSL support is required to download external data through the file(DOWNLOAD) command when a secure protocol is requested (e.g. OpenSSL support (older distros and building from sources) However, you can pull and install CMake 2.8.11.2 from an additional repository: sudo add-apt-repository ppa:kalakris/cmake Sudo apt install cmake3-curses-gui # Recommended, includes ccmake Install CMake backports (Ubuntu 12.04 Precise)ĬMake packages up to release 2.8.7 are distributed on Ubuntu precise (12.04). Skip adding other repositories and simply: sudo apt update However, a CMake 3.5 backport is also included in the oficial repositories. Install CMake backports (Ubuntu 14.04 Trusty)ĬMake packages up to release 2.8.12 are distributed on Ubuntu Trusty (14.04). Sudo apt install cmake-curses-gui # Recommended, includes ccmake. Then, download and install CMake: sudo apt install cmake Sudo apt-add-repository 'deb xenial main' The latest CMake release is available via Kitware's PPA: wget -O - 2>/dev/null | sudo apt-key add. Updated CMake installation at: Install CMake Install CMake (Ubuntu 16.04 Xenial) 4 5 In order to use the templates, you need to install them. Binary Packages Click on the latest release From Assets download either for a Linux archive or slint-cpp-XXX-win64.exe. This is Legacy documentation regarding CMake installations. 1 Installing CMake Templates 2 3 You can install CMake templates on your native Linux system.
