linux_安装要求
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版 | |||
| linux_安装要求 [2023/09/23 21:19] – admin | linux_安装要求 [2023/09/23 21:21] (当前版本) – admin | ||
|---|---|---|---|
| 行 52: | 行 52: | ||
| **Check your clang version** | **Check your clang version** | ||
| - | '' | + | < |
| Your clang version MUST be 10 or higher (here you can check the versions that run in our Github Actions pipeline, we recommend to use one of those versions). | Your clang version MUST be 10 or higher (here you can check the versions that run in our Github Actions pipeline, we recommend to use one of those versions). | ||
| For example, if you are using an older version of Ubuntu like 18.04, you need to install clang using: | For example, if you are using an older version of Ubuntu like 18.04, you need to install clang using: | ||
| - | sudo apt-get install clang-10.0 | + | < |
| If you use another distro or version, search on google for how to install the right clang version for your system. | If you use another distro or version, search on google for how to install the right clang version for your system. | ||
| 行 69: | 行 69: | ||
| Check your cmake version | Check your cmake version | ||
| - | cmake --version | + | < |
| Your cmake version MUST be 3.16 or higher. | Your cmake version MUST be 3.16 or higher. | ||
| 行 78: | 行 78: | ||
| Install: | Install: | ||
| - | python -m pip install cmake | + | < |
| Update: | Update: | ||
| - | python -m pip install --upgrade cmake | + | < |
| Ensure that the gcc-8 headers are installed | Ensure that the gcc-8 headers are installed | ||
| This is an issue if for example using an older version of Ubuntu like 16.04. There you have to add the PPA " | This is an issue if for example using an older version of Ubuntu like 16.04. There you have to add the PPA " | ||
| 行 87: | 行 87: | ||
| After | After | ||
| - | sudo apt-get update | + | < |
| you can install gcc-8: | you can install gcc-8: | ||
| - | sudo apt-get install g++-8 gcc-8 | + | < |
linux_安装要求.1695475141.txt.gz · 最后更改: 2023/09/23 21:19 由 admin