Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/ko/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
qt_version: 6.8.3
qt_version: 6.10.0
---

# Getting Started with Source and Builds
Expand Down Expand Up @@ -90,6 +90,7 @@ To install Qt:
- **Fedora:** `sudo dnf install speech-dispatcher SDL2-devel SDL2 systemd-devel patchelf`
- **Arch Linux:** `pacman -Sy speech-dispatcher patchelf`
- **Mac** `sh qgroundcontrol/tools/setup/install-dependencies-osx.sh`
- **Windows** `qgroundcontrol/tools/setup/install-depedencies-windows.ps1`
- **Android** [Setup](https://doc.qt.io/qt-6/android-getting-started.html). JDK17 is required for the latest updated versions. NDK Version: 25.1.8937393
You can confirm it is being used by reviewing the project setting: **Projects > Manage Kits > Devices > Android (tab) > Android Settings > _JDK location_**.
Note: Visit here for more detailed configurations [android.yml](.github/workflows/android.yml)
Expand Down Expand Up @@ -138,7 +139,7 @@ Example commands to build a default QGC and run it afterwards:
2. Configure:

```sh
~/Qt/6.8.3/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
~/Qt/{{ $frontmatter.qt_version }}/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
```

Change the directory for qt-cmake to match your install location for Qt and the kit you want to use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Supported versions: macOS 12 (Monterey) or later:
2. 다운로드한 dmg 파일을 더블 클릭하여 마운트하여, _QGroundControl_ 애플리케이션을 _Application_ 폴더로 드래그합니다.

:::info
QGroundControl continues to not be signed. You will not to allow permission for it to install based on you macOS version.
QGroundControl continues to not be signed. You will not to allow permission for it to install based on your macOS version.
:::

## 우분투 리눅스 {#ubuntu}
Expand Down
4 changes: 2 additions & 2 deletions docs/ko/qgc-user-guide/releases/daily_build_new_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
- Developer changes
- Build system fully converted to cmake
- qmake no longer supported
- Source updated to use Qt 6.8.3
- GStreamer support updated to 1.22
- Source updated to use Qt 6.10.0
- GStreamer support updated to 1.22
10 changes: 6 additions & 4 deletions docs/ko/qgc-user-guide/releases/daily_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Use at your own risk.

아래 링크에서 다운로드할 수 있습니다([다운로드 및 설치](../getting_started/download_and_install.md)에 설명된 대로 설치).

- [윈도우](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer.exe)
- Windows
- [x86_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer-AMD64.exe)
- [Arm_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer-ARM64.exe)
- [OS X](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl.dmg)
- Linux - (See installation instructions below)
- [Linux x86_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-x86_64.AppImage)
Expand All @@ -26,7 +28,7 @@ chmod +x QGroundControl-<arch>.AppImage
```

2. Enable serial-port access
Add your user to the dialout group so you can talk to USB devices without root:
Add your user to the dialout group so you can talk to USB devices without root:

```
sudo usermod -aG dialout "$(id -un)"
Expand All @@ -37,7 +39,7 @@ At login, your shell takes a snapshot of your user and group memberships. Becaus
:::

3. (Optional) Disable ModemManager
On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.
On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.

```
# preferred: stop and mask the service
Expand All @@ -48,7 +50,7 @@ sudo apt remove --purge modemmanager
```

4. Run QGroundControl
Either double-click the AppImage in your file manager or launch it from a terminal:
Either double-click the AppImage in your file manager or launch it from a terminal:

```
./QGroundControl-<arch>.AppImage
Expand Down
5 changes: 3 additions & 2 deletions docs/tr/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
qt_version: 6.8.3
qt_version: 6.10.0
---

# Getting Started with Source and Builds
Expand Down Expand Up @@ -90,6 +90,7 @@ To install Qt:
- **Fedora:** `sudo dnf install speech-dispatcher SDL2-devel SDL2 systemd-devel patchelf`
- **Arch Linux:** `pacman -Sy speech-dispatcher patchelf`
- **Mac** `sh qgroundcontrol/tools/setup/install-dependencies-osx.sh`
- **Windows** `qgroundcontrol/tools/setup/install-depedencies-windows.ps1`
- **Android** [Setup](https://doc.qt.io/qt-6/android-getting-started.html). JDK17 is required for the latest updated versions. NDK Version: 25.1.8937393
You can confirm it is being used by reviewing the project setting: **Projects > Manage Kits > Devices > Android (tab) > Android Settings > _JDK location_**.
Note: Visit here for more detailed configurations [android.yml](.github/workflows/android.yml)
Expand Down Expand Up @@ -138,7 +139,7 @@ Example commands to build a default QGC and run it afterwards:
2. Configure:

```sh
~/Qt/6.8.3/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
~/Qt/{{ $frontmatter.qt_version }}/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
```

Change the directory for qt-cmake to match your install location for Qt and the kit you want to use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Supported versions: macOS 12 (Monterey) or later:
2. .dmg dosyasına çift tıklayın, ardından çıkan ekranda _QGroundControl_'ü _Application_ dosyasına sürükleyin.

:::info
QGroundControl continues to not be signed. You will not to allow permission for it to install based on you macOS version.
QGroundControl continues to not be signed. You will not to allow permission for it to install based on your macOS version.
:::

## Ubuntu Linux {#ubuntu}
Expand Down
4 changes: 2 additions & 2 deletions docs/tr/qgc-user-guide/releases/daily_build_new_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ There is also a [Change Log](https://github.com/mavlink/qgroundcontrol/blob/mast
- Developer changes
- Build system fully converted to cmake
- qmake no longer supported
- Source updated to use Qt 6.8.3
- GStreamer support updated to 1.22
- Source updated to use Qt 6.10.0
- GStreamer support updated to 1.22
10 changes: 6 additions & 4 deletions docs/tr/qgc-user-guide/releases/daily_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Use at your own risk.

These can be downloaded from the links below (install as described in [Download and Install](../getting_started/download_and_install.md)):

- [Windows](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer.exe)
- Windows
- [x86_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer-AMD64.exe)
- [Arm_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer-ARM64.exe)
- [OS X](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl.dmg)
- Linux - (See installation instructions below)
- [Linux x86_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-x86_64.AppImage)
Expand All @@ -26,7 +28,7 @@ chmod +x QGroundControl-<arch>.AppImage
```

2. Enable serial-port access
Add your user to the dialout group so you can talk to USB devices without root:
Add your user to the dialout group so you can talk to USB devices without root:

```
sudo usermod -aG dialout "$(id -un)"
Expand All @@ -37,7 +39,7 @@ At login, your shell takes a snapshot of your user and group memberships. Becaus
:::

3. (Optional) Disable ModemManager
On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.
On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.

```
# preferred: stop and mask the service
Expand All @@ -48,7 +50,7 @@ sudo apt remove --purge modemmanager
```

4. Run QGroundControl
Either double-click the AppImage in your file manager or launch it from a terminal:
Either double-click the AppImage in your file manager or launch it from a terminal:

```
./QGroundControl-<arch>.AppImage
Expand Down
5 changes: 3 additions & 2 deletions docs/zh/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
qt_version: 6.8.3
qt_version: 6.10.0
---

# 从源码开始并构建
Expand Down Expand Up @@ -90,6 +90,7 @@ QGC 已通过指定 Qt 版本({{ $frontmatter.qt_version }})的全面测试
- **Fedora:** `sudo dnf install speech-dispatcher SDL2-devel SDL2 systemd-devel patchelf`
- **Arch Linux:** `pacman -Sy speech-dispatcher patchelf`
- **Mac** `sh qgroundcontrol/tools/setup/install-dependencies-osx.sh`
- **Windows** `qgroundcontrol/tools/setup/install-depedencies-windows.ps1`
- **Android** [Setup](https://doc.qt.io/qt-6/android-getting-started.html)。 最新版本需要 JDK17 。 NDK 版本:25.1.8937393
您可以通过审查项目设置确认它正在使用:**Projects > Managing Kits > Devices > Android (tab) > Android Settings > _JDK location_**。
注意:访问此处查看更详细的配置 [android.yml](.github/workflows/android.yml)
Expand Down Expand Up @@ -138,7 +139,7 @@ Visual Studio 仅用于获取编译器。 构建 _QGroundControl_ 可直接按
2. 配置:

```sh
~/Qt/6.8.3/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
~/Qt/{{ $frontmatter.qt_version }}/gcc_64/bin/qt-cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
```

修改 qt-cmake 的目录,使其与你安装 Qt 的位置以及你想要使用的工具包相匹配。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Supported versions: macOS 12 (Monterey) or later:
2. 双击 .dmg 文件以挂载它,然后将 _QGroundControl_ 应用程序拖动到您的 _Application_ 文件夹。

:::info
QGroundControl continues to not be signed. You will not to allow permission for it to install based on you macOS version.
QGroundControl continues to not be signed. You will not to allow permission for it to install based on your macOS version.
:::

## Ubuntu Linux 系统 {#ubuntu}
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/qgc-user-guide/releases/daily_build_new_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
- 开发者更改
- 构建系统完全转换为 cmake
- qmake 不再支持
- 源代码已更新为使用Qt 6.8.3
- GStreamer 支持已更新到 1.22
- Source updated to use Qt 6.10.0
- GStreamer 支持已更新到 1.22
10 changes: 6 additions & 4 deletions docs/zh/qgc-user-guide/releases/daily_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Use at your own risk.

这些可从以下链接下载(按照 [下载与安装](../getting_started/download_and_install.md) 中所述进行安装):

- [Windows](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer.exe)
- Windows
- [x86_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer-AMD64.exe)
- [Arm_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer-ARM64.exe)
- [OS X](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl.dmg)
- Linux - (See installation instructions below)
- [Linux x86_64](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-x86_64.AppImage)
Expand All @@ -26,7 +28,7 @@ chmod +x QGroundControl-<arch>.AppImage
```

2. Enable serial-port access
Add your user to the dialout group so you can talk to USB devices without root:
Add your user to the dialout group so you can talk to USB devices without root:

```
sudo usermod -aG dialout "$(id -un)"
Expand All @@ -37,7 +39,7 @@ At login, your shell takes a snapshot of your user and group memberships. Becaus
:::

3. (Optional) Disable ModemManager
On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.
On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.

```
# preferred: stop and mask the service
Expand All @@ -48,7 +50,7 @@ sudo apt remove --purge modemmanager
```

4. Run QGroundControl
Either double-click the AppImage in your file manager or launch it from a terminal:
Either double-click the AppImage in your file manager or launch it from a terminal:

```
./QGroundControl-<arch>.AppImage
Expand Down
Loading