mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 00:41:59 +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:
|
||||
|
||||
|
||||
<!-- @formatter:off -->
|
||||
|
||||
<Tabs
|
||||
defaultValue="Windows"
|
||||
values={[
|
||||
{label: "Windows", value: "Windows"},
|
||||
{label: "MacOS", value: "MacOS"},
|
||||
{label: "Linux", value: "Linux"},
|
||||
]}
|
||||
{label: "MacOS", value: "MacOS"},
|
||||
{label: "Linux", value: "Linux"},
|
||||
]}
|
||||
>
|
||||
<TabItem value="MacOS">
|
||||
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 -->
|
||||
|
||||
|
||||
## Optional Dependencies
|
||||
|
||||
- [UPX](https://upx.github.io/) for compressing your applications.
|
||||
|
Loading…
Reference in New Issue
Block a user