Skip to content

Commit

Permalink
更新 macos 所需安装的软件
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims authored Mar 23, 2024
1 parent 93b212d commit 9e4c386
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions download_and_install_macos/other_softwares.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@

.. code-block:: bash
brew install llvm ninja git
brew install llvm ninja git cmake dotnet
.. code-block:: bash
brew install --cask visual-studio-code cmake
.. code-block:: bash
pip3 install cmakelang
brew install --cask visual-studio-code
配置 LLVM 的环境变量 (重开 :menuselection:`终端` 生效):

Expand All @@ -34,4 +30,4 @@
安装完成后, 你可以通过 :menuselection:`启动台` 点击图标启动 VSCode, 或按 :KBD:`Command`:KBD:`空格` 打开聚焦搜索, 搜索 ``code`` 以找到.

此后, 你可以随时在 :menuselection:`终端` 输入 ``brew upgrade --greedy`` 更新这些软件.
此后, 你可以随时在 :menuselection:`终端` 输入 ``brew upgrade --greedy`` 更新这些软件.

0 comments on commit 9e4c386

Please sign in to comment.