用户工具

站点工具


linux_安装要求

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
linux_安装要求 [2023/09/23 21:19] adminlinux_安装要求 [2023/09/23 21:21] (当前版本) admin
行 52: 行 52:
  
 **Check your clang version** **Check your clang version**
-''clang --version''+<code>clang --version</code>
 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+<code>sudo apt-get install clang-10.0</code>
 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+<code>cmake --version</code>
 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+<code>python -m pip install cmake</code>
 Update: Update:
  
-python -m pip install --upgrade cmake+<code>python -m pip install --upgrade cmake</code>
 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 "Toolchain test builds": https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test This is an issue if for example using an older version of Ubuntu like 16.04. There you have to add the PPA "Toolchain test builds": https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
行 87: 行 87:
 After After
  
-sudo apt-get update+<code>sudo apt-get update</code>
 you can install gcc-8: you can install gcc-8:
  
-sudo apt-get install g++-8 gcc-8+<code>sudo apt-get install g++-8 gcc-8</code>
linux_安装要求.1695475141.txt.gz · 最后更改: 2023/09/23 21:19 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki