Skip to content

Commit

Permalink
deploy: 72ad84c
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBAI committed Sep 20, 2023
1 parent 41e00e8 commit 450ef6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ch01-01-installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h3 id="在-linux-或-macos-上安裝-rustup"><a class="header" href="#在-linux
</code></pre>
<p>Linux 使用者的話則需要依據他們的發行版文件來安裝 GCC 或 Clang。舉例來說,如果你使用 Ubuntu 的話,你可以安裝 <code>build-essential</code> 套件。</p>
<h3 id="在-windows-上安裝-rustup"><a class="header" href="#在-windows-上安裝-rustup">在 Windows 上安裝 <code>rustup</code></a></h3>
<p>在 Windows 上請前往[下載頁面][install-windows]並依照指示安裝 Rust。在安裝的某個過程中,你將會看到一個訊息要求說你還需要 C++ build tools for Visual Studio 2013 或更新的版本。</p>
<p>在 Windows 上請前往<a href="https://www.rust-lang.org/tools/install">下載頁面</a>並依照指示安裝 Rust。在安裝的某個過程中,你將會看到一個訊息要求說你還需要 C++ build tools for Visual Studio 2013 或更新的版本。</p>
<p>要取得 build tools 的話,你需要安裝 <a href="https://visualstudio.microsoft.com/downloads/">Visual Studio 2022</a>。當你被問到要安裝哪些時,請記得包含:</p>
<ul>
<li>“Desktop Development with C++”</li>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h3 id="在-linux-或-macos-上安裝-rustup"><a class="header" href="#在-linux
</code></pre>
<p>Linux 使用者的話則需要依據他們的發行版文件來安裝 GCC 或 Clang。舉例來說,如果你使用 Ubuntu 的話,你可以安裝 <code>build-essential</code> 套件。</p>
<h3 id="在-windows-上安裝-rustup"><a class="header" href="#在-windows-上安裝-rustup">在 Windows 上安裝 <code>rustup</code></a></h3>
<p>在 Windows 上請前往[下載頁面][install-windows]並依照指示安裝 Rust。在安裝的某個過程中,你將會看到一個訊息要求說你還需要 C++ build tools for Visual Studio 2013 或更新的版本。</p>
<p>在 Windows 上請前往<a href="https://www.rust-lang.org/tools/install">下載頁面</a>並依照指示安裝 Rust。在安裝的某個過程中,你將會看到一個訊息要求說你還需要 C++ build tools for Visual Studio 2013 或更新的版本。</p>
<p>要取得 build tools 的話,你需要安裝 <a href="https://visualstudio.microsoft.com/downloads/">Visual Studio 2022</a>。當你被問到要安裝哪些時,請記得包含:</p>
<ul>
<li>“Desktop Development with C++”</li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 450ef6d

Please sign in to comment.