diff --git a/content/dev/build/_index.fr.md b/content/dev/build/_index.fr.md index 2d4fb7f..fe2398c 100644 --- a/content/dev/build/_index.fr.md +++ b/content/dev/build/_index.fr.md @@ -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. -{{% children depth="3" showhidden="true" %}} \ No newline at end of file +{{% children depth="3" showhidden="true" %}} diff --git a/content/dev/build/_index.it.md b/content/dev/build/_index.it.md index 960ad83..8d71aa1 100755 --- a/content/dev/build/_index.it.md +++ b/content/dev/build/_index.it.md @@ -5,4 +5,4 @@ weight: 1 Consulta [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) per il packaging della versione desktop. -{{% children depth="3" showhidden="true" %}} \ No newline at end of file +{{% children depth="3" showhidden="true" %}} diff --git a/content/dev/build/_index.ja.md b/content/dev/build/_index.ja.md index 926209e..663c0b4 100755 --- a/content/dev/build/_index.ja.md +++ b/content/dev/build/_index.ja.md @@ -5,4 +5,4 @@ weight: 1 デスクトップ版のパッケージ化については、[build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) をご確認ください。 -{{% children depth="3" showhidden="true" %}} \ No newline at end of file +{{% children depth="3" showhidden="true" %}} diff --git a/content/dev/build/_index.pt.md b/content/dev/build/_index.pt.md index b8ec5e5..222edf9 100644 --- a/content/dev/build/_index.pt.md +++ b/content/dev/build/_index.pt.md @@ -5,4 +5,4 @@ weight: 1 Consulte [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) para empacotamento da versão desktop. -{{% children depth="3" showhidden="true" %}} \ No newline at end of file +{{% children depth="3" showhidden="true" %}} diff --git a/content/dev/build/_index.zh-cn.md b/content/dev/build/_index.zh-cn.md index f788f44..df26571 100755 --- a/content/dev/build/_index.zh-cn.md +++ b/content/dev/build/_index.zh-cn.md @@ -5,4 +5,4 @@ weight: 1 关于打包桌面版本, 请查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。 -{{% children depth="3" showhidden="true" %}} \ No newline at end of file +{{% children depth="3" showhidden="true" %}} diff --git a/content/dev/build/_index.zh-tw.md b/content/dev/build/_index.zh-tw.md index 6711733..e719c1d 100755 --- a/content/dev/build/_index.zh-tw.md +++ b/content/dev/build/_index.zh-tw.md @@ -5,4 +5,4 @@ weight: 1 關於包裝桌面版本,請查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。 -{{% children depth="3" showhidden="true" %}} \ No newline at end of file +{{% children depth="3" showhidden="true" %}} diff --git a/content/dev/build/docker/_index.es.md b/content/dev/build/docker/_index.es.md index 97d8f43..6f4c4f3 100644 --- a/content/dev/build/docker/_index.es.md +++ b/content/dev/build/docker/_index.es.md @@ -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: diff --git a/content/dev/build/docker/_index.fr.md b/content/dev/build/docker/_index.fr.md index b3dbe41..0a77a71 100644 --- a/content/dev/build/docker/_index.fr.md +++ b/content/dev/build/docker/_index.fr.md @@ -3,7 +3,8 @@ title: Docker 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 : diff --git a/content/dev/build/docker/_index.it.md b/content/dev/build/docker/_index.it.md index 161b2d3..9bb8aed 100644 --- a/content/dev/build/docker/_index.it.md +++ b/content/dev/build/docker/_index.it.md @@ -3,7 +3,8 @@ title: Docker weight: 30 --- -# Come compilare con Docker +## Come compilare con Docker +### Questo non funzionerà su Windows Cominciare clonando il repository e compilare i container docker: diff --git a/content/dev/build/faq/_index.fr.md b/content/dev/build/faq/_index.fr.md index 2485c0f..815cfb4 100644 --- a/content/dev/build/faq/_index.fr.md +++ b/content/dev/build/faq/_index.fr.md @@ -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= cargo run` + + ## clang non installé ou LIBCLANG_PATH non défini ### Erreur diff --git a/content/dev/build/ios/_index.it.md b/content/dev/build/ios/_index.it.md index c507a37..88f72a9 100644 --- a/content/dev/build/ios/_index.it.md +++ b/content/dev/build/ios/_index.it.md @@ -18,4 +18,4 @@ dart pub global activate ffigen # Per il simulatore: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj # Dimentica se necessario: cd ios; pod install; cd -; flutter run -``` \ No newline at end of file +``` diff --git a/content/dev/build/ios/_index.ja.md b/content/dev/build/ios/_index.ja.md index 445160f..85ee2f9 100644 --- a/content/dev/build/ios/_index.ja.md +++ b/content/dev/build/ios/_index.ja.md @@ -18,4 +18,4 @@ dart pub global activate ffigen # シミュレーター用: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj # 必要な場合は忘れずに: cd ios; pod install; cd -; flutter run -``` \ No newline at end of file +``` diff --git a/content/dev/build/ios/_index.pt.md b/content/dev/build/ios/_index.pt.md index 360888c..623eed2 100644 --- a/content/dev/build/ios/_index.pt.md +++ b/content/dev/build/ios/_index.pt.md @@ -18,4 +18,4 @@ dart pub global activate ffigen # Para simulador: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj # Esqueça se precisar: cd ios; pod install; cd -; flutter run -``` \ No newline at end of file +``` diff --git a/content/dev/build/ios/_index.zh-cn.md b/content/dev/build/ios/_index.zh-cn.md index 56ede60..a6ce757 100644 --- a/content/dev/build/ios/_index.zh-cn.md +++ b/content/dev/build/ios/_index.zh-cn.md @@ -18,4 +18,4 @@ dart pub global activate ffigen # 对于模拟器:sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj # 如需要可忽略:cd ios; pod install; cd -; flutter run -``` \ No newline at end of file +``` diff --git a/content/dev/build/linux/_index.pt.md b/content/dev/build/linux/_index.pt.md index 8c64a72..9e4df6a 100644 --- a/content/dev/build/linux/_index.pt.md +++ b/content/dev/build/linux/_index.pt.md @@ -60,4 +60,5 @@ wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/x64/lib mv libsciter-gtk.so target/debug # Nota: VCPKG_ROOT ainda definido cargo run -``` \ No newline at end of file +``` +