mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 09:47:45 +02:00
fix
This commit is contained in:
parent
a2f4b19f01
commit
c6c1be8072
@ -5,4 +5,4 @@ weight: 1
|
|||||||
|
|
||||||
Récupérer le script [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) pour compiler la version bureau.
|
Récupérer le script [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) pour compiler la version bureau.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
||||||
|
@ -5,4 +5,4 @@ weight: 1
|
|||||||
|
|
||||||
Consulta [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) per il packaging della versione desktop.
|
Consulta [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) per il packaging della versione desktop.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
||||||
|
@ -5,4 +5,4 @@ weight: 1
|
|||||||
|
|
||||||
デスクトップ版のパッケージ化については、[build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) をご確認ください。
|
デスクトップ版のパッケージ化については、[build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) をご確認ください。
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
||||||
|
@ -5,4 +5,4 @@ weight: 1
|
|||||||
|
|
||||||
Consulte [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) para empacotamento da versão desktop.
|
Consulte [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) para empacotamento da versão desktop.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
||||||
|
@ -5,4 +5,4 @@ weight: 1
|
|||||||
|
|
||||||
关于打包桌面版本, 请查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。
|
关于打包桌面版本, 请查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
||||||
|
@ -5,4 +5,4 @@ weight: 1
|
|||||||
|
|
||||||
關於包裝桌面版本,請查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。
|
關於包裝桌面版本,請查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
||||||
|
@ -4,7 +4,8 @@ weight: 30
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# Cómo compilar con Docker
|
## Cómo compilar con Docker
|
||||||
|
### Esto no funcionará en Windows
|
||||||
|
|
||||||
Comience clonando el repositorio y construyendo el contenedor docker:
|
Comience clonando el repositorio y construyendo el contenedor docker:
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ title: Docker
|
|||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
# Comment construire avec Docker
|
## Comment construire avec Docker
|
||||||
|
### Cela ne fonctionnera pas sous Windows
|
||||||
|
|
||||||
Commencez par cloner le dépôt et construire le conteneur Docker :
|
Commencez par cloner le dépôt et construire le conteneur Docker :
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ title: Docker
|
|||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
# Come compilare con Docker
|
## Come compilare con Docker
|
||||||
|
### Questo non funzionerà su Windows
|
||||||
|
|
||||||
Cominciare clonando il repository e compilare i container docker:
|
Cominciare clonando il repository e compilare i container docker:
|
||||||
|
|
||||||
|
@ -58,6 +58,8 @@ thread 'main' panicked at 'Failed to find package: VcpkgNotFound("No vcpkg insta
|
|||||||
|
|
||||||
Ajoutez la variable d'environnement `VCPKG_ROOT` ou lancer avec la commande `VCPKG_ROOT=<vcpkg_dir> cargo run`
|
Ajoutez la variable d'environnement `VCPKG_ROOT` ou lancer avec la commande `VCPKG_ROOT=<vcpkg_dir> cargo run`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## clang non installé ou LIBCLANG_PATH non défini
|
## clang non installé ou LIBCLANG_PATH non défini
|
||||||
|
|
||||||
### Erreur
|
### Erreur
|
||||||
|
@ -18,4 +18,4 @@ dart pub global activate ffigen
|
|||||||
# Per il simulatore: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
# Per il simulatore: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||||
# Dimentica se necessario: cd ios; pod install; cd -;
|
# Dimentica se necessario: cd ios; pod install; cd -;
|
||||||
flutter run
|
flutter run
|
||||||
```
|
```
|
||||||
|
@ -18,4 +18,4 @@ dart pub global activate ffigen
|
|||||||
# シミュレーター用: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
# シミュレーター用: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||||
# 必要な場合は忘れずに: cd ios; pod install; cd -;
|
# 必要な場合は忘れずに: cd ios; pod install; cd -;
|
||||||
flutter run
|
flutter run
|
||||||
```
|
```
|
||||||
|
@ -18,4 +18,4 @@ dart pub global activate ffigen
|
|||||||
# Para simulador: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
# Para simulador: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||||
# Esqueça se precisar: cd ios; pod install; cd -;
|
# Esqueça se precisar: cd ios; pod install; cd -;
|
||||||
flutter run
|
flutter run
|
||||||
```
|
```
|
||||||
|
@ -18,4 +18,4 @@ dart pub global activate ffigen
|
|||||||
# 对于模拟器:sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
# 对于模拟器:sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||||
# 如需要可忽略:cd ios; pod install; cd -;
|
# 如需要可忽略:cd ios; pod install; cd -;
|
||||||
flutter run
|
flutter run
|
||||||
```
|
```
|
||||||
|
@ -60,4 +60,5 @@ wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/x64/lib
|
|||||||
mv libsciter-gtk.so target/debug
|
mv libsciter-gtk.so target/debug
|
||||||
# Nota: VCPKG_ROOT ainda definido
|
# Nota: VCPKG_ROOT ainda definido
|
||||||
cargo run
|
cargo run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user