Skip to content

Commit

Permalink
docs: 优化阅读体验
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims authored Oct 16, 2024
1 parent bf8d382 commit 446dad0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions configure/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,22 @@ WSL 专属步骤: 用 WSL 打开该文件夹
为 CMake 选择编译器
========================================================================================================================

重新启动 VSCode, 如果前面的操作无误, 将会弹出如下图选项: (在备注后面)
重新启动 VSCode, 如果前面的操作无误, 将会弹出如下图选项: (如果失败, 请看下面的备注)

- Windows WSL: 选择 Clang 即可, 请注意选择 **/home/linuxbrew** 下的版本.
- Windows MSYS2: 选择 Clang 即可, 请注意选择 **msys2 安装路径** (默认为 ``C:\msys64``) 下的版本.
- MacOS: 系统自带有 Clang 编译器, 请注意选择 **homebrew** 路径下的版本.
- Linux: 选择 Clang 即可.

.. tabs::

.. tab:: Windows WSL 选择编译器

.. figure:: WSL_选择编译器.png

.. tab:: MacOS 选择编译器

.. figure:: MacOS_选择编译器.png

.. note::

Expand All @@ -136,21 +151,6 @@ WSL 专属步骤: 用 WSL 打开该文件夹

CMake 配置失败

- Windows WSL: 选择 Clang 即可, 请注意选择 **/home/linuxbrew** 下的版本.
- Windows MSYS2: 选择 Clang 即可, 请注意选择 **msys2 安装路径** (默认为 ``C:\msys64``) 下的版本.
- MacOS: 系统自带有 Clang 编译器, 请注意选择 **homebrew** 路径下的版本.
- Linux: 选择 Clang 即可.

.. tabs::

.. tab:: Windows WSL 选择编译器

.. figure:: WSL_选择编译器.png

.. tab:: MacOS 选择编译器

.. figure:: MacOS_选择编译器.png

如果配置成功, :menuselection:`输出` 中将会显示有以下两行:

.. code-block:: text
Expand Down

0 comments on commit 446dad0

Please sign in to comment.