mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 12:50:19 +08:00
New translations installation.mdx (Russian)
[ci skip]
This commit is contained in:
parent
41291b4cb7
commit
a890f3148c
@ -40,16 +40,15 @@ Run `npm --version` to verify.
|
|||||||
|
|
||||||
You will also need to install platform specific dependencies:
|
You will also need to install platform specific dependencies:
|
||||||
|
|
||||||
|
|
||||||
<!-- @formatter:off -->
|
<!-- @formatter:off -->
|
||||||
|
|
||||||
<Tabs
|
<Tabs
|
||||||
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/>
|
||||||
@ -76,7 +75,6 @@ You will also need to install platform specific dependencies:
|
|||||||
|
|
||||||
<!-- @formatter:on -->
|
<!-- @formatter:on -->
|
||||||
|
|
||||||
|
|
||||||
## Optional Dependencies
|
## Optional Dependencies
|
||||||
|
|
||||||
- [UPX](https://upx.github.io/) for compressing your applications.
|
- [UPX](https://upx.github.io/) for compressing your applications.
|
||||||
|
Loading…
Reference in New Issue
Block a user