Fix issue #15 for READMEs in other languages

This commit is contained in:
Alex Spataru 2021-02-01 11:29:23 -05:00
parent f08278c56a
commit 5cea9411ba
3 changed files with 45 additions and 3 deletions

View File

@ -25,7 +25,21 @@ Darüber hinaus kann dieser Ansatz auf nahezu jede Art von Projekt ausgedehnt we
#### Bedarf
Die einzige Voraussetzung zum Kompilieren der Anwendung ist, dass [Qt](http://www.qt.io/download-open-source/) auf Ihrem System installiert ist. Die Desktop-Anwendung wird mit Qt 5.15 oder höher kompiliert.
Die einzige Voraussetzung zum Kompilieren der Anwendung ist, dass [Qt](http://www.qt.io/download-open-source/) auf Ihrem System installiert ist. Die Desktop-Anwendung wird mit Qt 5.15 oder höher kompiliert. Außerdem müssen die folgenden Qt-Nicht-LGPL-Module installiert sein:
- Qt Charts
Auf GNU / Linux-Systemen müssen Sie außerdem `libgl1-mesa-dev` installieren, um die Anwendung zu kompilieren.
Vollständige Liste der verwendeten Qt-Module:
- Qt SQL
- Qt Quick
- Qt Widgets
- Qt Charts
- Qt Serial Port
- Qt Quick Controls 2
- Qt Graphical Effects
#### Klonen

View File

@ -25,7 +25,21 @@ Además, este enfoque se puede extender a casi cualquier tipo de proyecto que im
#### Requisitos
El único requisito para compilar la aplicación es tener [Qt](http://www.qt.io/download-open-source/) instalado en su sistema. La aplicación se compilará con Qt 5.15 o superior.
El único requisito para compilar la aplicación es tener [Qt](http://www.qt.io/download-open-source/) instalado en su sistema. La aplicación se compilará con Qt 5.15 o superior. También necesitará tener instalados los siguientes módulos de Qt:
- Qt Charts
En sistemas GNU/Linux, también necesitará instalar `libgl1-mesa-dev` para compilar la aplicación.
Lista completa de módulos Qt usados:
- Qt SQL
- Qt Quick
- Qt Widgets
- Qt Charts
- Qt Serial Port
- Qt Quick Controls 2
- Qt Graphical Effects
#### Clonado

View File

@ -25,7 +25,21 @@ Serial Studio是一个多平台多用途的串行数据可视化的应用软
#### 要求
编译本项目的唯一要求是在你的电脑系统中安装 QT 本项目编译支持 Qt 5.15 及以后的版本。
编译本项目的唯一要求是在你的电脑系统中安装 QT 本项目编译支持 Qt 5.15 及以后的版本。您还需要安装以下Qt非LGPL模块
- Qt Charts
在GNU/Linux系统上还需要安装`libgl1-mesa-dev`才能编译应用程序。
已使用的Qt模块的完整列表
- Qt SQL
- Qt Quick
- Qt Widgets
- Qt Charts
- Qt Serial Port
- Qt Quick Controls 2
- Qt Graphical Effects
#### 克隆