未验证 提交 8488cd57 编写于 作者: L Lim Xiang Yann 提交者: GitHub

Added OpenSSL for fresh Ubuntu 18.04 installation (#1627)

上级 317fda10
......@@ -34,6 +34,7 @@ git submodule update --init --recursive --remote
- Ubuntu 14 or 16: run the command `sudo apt-get install cmake-qt-gui`. Note: If you prefer to use CMake through the command line, see [doc/installation.md#CMake Command Line Configuration (Ubuntu Only)](./installation.md#cmake-command-line-configuration-ubuntu-only).
- Ubuntu 18: **Download and compile CMake-gui from source**. The default CMake-gui version (3.10) installed via `sudo apt-get install cmake-qt-gui` provokes some compiling errors. Required CMake version >= 3.12.
- Uninstall your current Cmake-gui version by running `sudo apt purge cmake-qt-gui`.
- Install OpenSSL for building CMake by running `sudo apt install libssl-dev`.
- Run `sudo apt-get install qtbase5-dev`.
- Download the `Latest Release` of `CMake Unix/Linux Source` from the [CMake download website](https://cmake.org/download/), called `cmake-X.X.X.tar.gz`.
- Unzip it and go inside that folder from the terminal.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册