mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:00:21 +08:00
New translations installation.mdx (Chinese Simplified)
[ci skip]
This commit is contained in:
parent
a890f3148c
commit
182a67b805
@ -2,6 +2,8 @@
|
|||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Wails 有许多安装前需要的常见依赖项:
|
||||||
|
|
||||||
# 安装
|
# 安装
|
||||||
|
|
||||||
## 支持的平台
|
## 支持的平台
|
||||||
@ -43,9 +45,9 @@ Wails 有许多安装前需要的常见依赖项:
|
|||||||
defaultValue="Windows"
|
defaultValue="Windows"
|
||||||
values={[
|
values={[
|
||||||
{label: "Windows", value: "Windows"},
|
{label: "Windows", value: "Windows"},
|
||||||
{label: "MacOS", value: "MacOS"},
|
{label: "MacOS", value: "MacOS"},
|
||||||
{label: "Linux", value: "Linux"},
|
{label: "Linux", value: "Linux"},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<TabItem value="MacOS">
|
<TabItem value="MacOS">
|
||||||
Wails requires that the xcode command line tools are installed. This can be done by running: <br/>
|
Wails requires that the xcode command line tools are installed. This can be done by running: <br/>
|
||||||
@ -56,6 +58,8 @@ Wails 有许多安装前需要的常见依赖项:
|
|||||||
href="https://developer.microsoft.com/en-us/microsoft-edge/webview2/">WebView2</a>{" "}
|
href="https://developer.microsoft.com/en-us/microsoft-edge/webview2/">WebView2</a>{" "}
|
||||||
runtime is installed. Some Windows installations will already have this installed. You can check using
|
runtime is installed. Some Windows installations will already have this installed. You can check using
|
||||||
the{" "}
|
the{" "}
|
||||||
|
<code>wails doctor</code> command (see below). Some Windows installations will already have this installed. You can check using
|
||||||
|
the{" "}
|
||||||
<code>wails doctor</code> command (see below).
|
<code>wails doctor</code> command (see below).
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value={"Linux"}>
|
<TabItem value={"Linux"}>
|
||||||
@ -67,6 +71,12 @@ Wails 有许多安装前需要的常见依赖项:
|
|||||||
to be shown how to install the dependencies.
|
to be shown how to install the dependencies.
|
||||||
If your distro/package manager is not supported, please consult the {" "}
|
If your distro/package manager is not supported, please consult the {" "}
|
||||||
<a href={"/docs/guides/linux-distro-support"}>Add Linux Distro</a> guide.
|
<a href={"/docs/guides/linux-distro-support"}>Add Linux Distro</a> guide.
|
||||||
|
Rather than list a ton of commands for different distros, Wails can try to determine
|
||||||
|
what the installation commands are for your specific distribution. Run <code>wails doctor</code> after
|
||||||
|
installation
|
||||||
|
to be shown how to install the dependencies.
|
||||||
|
If your distro/package manager is not supported, please consult the {" "}
|
||||||
|
<a href={"/docs/guides/linux-distro-support"}>Add Linux Distro</a> guide.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user