mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 06:29:35 +00:00
fix links
parent
1aa8d9f090
commit
deaaf02d82
@ -7,7 +7,7 @@
|
||||
- from qtCreator
|
||||
|
||||
## Install
|
||||
You can download the latest version of the application [here](https://github.com/QuasarApp/Console-QtDeployer/releases).
|
||||
You can download the latest version of the application [here](https://github.com/QuasarApp/CQtDeployer/releases).
|
||||
|
||||
### Snap
|
||||
[](https://snapcraft.io/cqtdeployer)
|
||||
|
4
Guide.md
4
Guide.md
@ -14,7 +14,7 @@ It differs from static in that only the source code of your application will be
|
||||
|
||||
### Now a little description.
|
||||
|
||||
Console-QtDeployer is a simple utility similar to [windeployqt](http://doc.qt.io/qt-5/windows-deployment.html) and [macdeployqt](http://doc.qt.io/qt-5/osx-deployment.html). But unlike analogs, it has a much more flexible interface (launch flags) and higher speed, besides it supports 2 windows and linux platforms, which means that now we can build dependencies for windows on Linux and vice versa.
|
||||
CQtDeployer is a simple utility similar to [windeployqt](http://doc.qt.io/qt-5/windows-deployment.html) and [macdeployqt](http://doc.qt.io/qt-5/osx-deployment.html). But unlike analogs, it has a much more flexible interface (launch flags) and higher speed, besides it supports 2 windows and linux platforms, which means that now we can build dependencies for windows on Linux and vice versa.
|
||||
|
||||
### Let's take an example.
|
||||
|
||||
@ -76,7 +76,7 @@ If we try to start the application, right after the build we get an error:
|
||||
```
|
||||
|
||||
From similar texts, we see that the application depends on the GUI qt libraries and qml libraries. Search and build all resources (libraries and plugins) will take a lot of time.
|
||||
To save time and effort, we will use the CQtDeployer utility (you can download it [here] (https://github.com/QuasarApp/Console-QtDeployer/releases))
|
||||
To save time and effort, we will use the CQtDeployer utility (you can download it [here] (https://github.com/QuasarApp/CQtDeployer/releases))
|
||||
or install in Snap Store
|
||||
|
||||
[! [Download from the Snap Store](https://snapcraft.io/static/images/badges/ru/snap-store-black.svg)] (https://snapcraft.io/cqtdeployer)
|
||||
|
12
Home.md
12
Home.md
@ -1,12 +1,12 @@
|
||||
# Welcome to the Console Qt Deployer!
|
||||
# 
|
||||
# 
|
||||
|
||||
***************************
|
||||
|
||||
# Main sections
|
||||
|
||||
* [Description Console Qt Deployer](https://github.com/QuasarApp/Console-QtDeployer/wiki/Description-Console-Qt-Deployer)
|
||||
* [Options](https://github.com/QuasarApp/Console-QtDeployer/wiki/Options)
|
||||
* [Guide](https://github.com/QuasarApp/Console-QtDeployer/wiki/Guide)
|
||||
* [Build and Install](https://github.com/QuasarApp/Console-QtDeployer/wiki/Build-and-Install)
|
||||
* [Example](https://github.com/QuasarApp/Console-QtDeployer/tree/master/examples/TestQMLWidgets)
|
||||
* [Description Console Qt Deployer](https://github.com/QuasarApp/CQtDeployer/wiki/Description-Console-Qt-Deployer)
|
||||
* [Options](https://github.com/QuasarApp/CQtDeployer/wiki/Options)
|
||||
* [Guide](https://github.com/QuasarApp/CQtDeployer/wiki/Guide)
|
||||
* [Build and Install](https://github.com/QuasarApp/CQtDeployer/wiki/Build-and-Install)
|
||||
* [Example](https://github.com/QuasarApp/CQtDeployer/tree/master/examples/TestQMLWidgets)
|
@ -1,2 +1,2 @@
|
||||
* [Рус](https://github.com/QuasarApp/Console-QtDeployer/wiki/%D0%94%D0%BE%D0%BC%D0%B0%D1%88%D0%BD%D1%8F%D1%8F-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%87%D0%BA%D0%B0)
|
||||
* [Eng](https://github.com/QuasarApp/Console-QtDeployer/wiki)
|
||||
* [Рус](https://github.com/QuasarApp/CQtDeployer/wiki/%D0%94%D0%BE%D0%BC%D0%B0%D1%88%D0%BD%D1%8F%D1%8F-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%87%D0%BA%D0%B0)
|
||||
* [Eng](https://github.com/QuasarApp/CQtDeployer/wiki)
|
@ -1,12 +1,12 @@
|
||||
# Добро пожаловать в Console Qt Deployer!
|
||||
# 
|
||||
# 
|
||||
|
||||
***************************
|
||||
|
||||
# Основные разделы
|
||||
|
||||
* [Описание Console Qt Deployer](https://github.com/QuasarApp/Console-QtDeployer/wiki/%D0%9E%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5)
|
||||
* [Параметры](https://github.com/QuasarApp/Console-QtDeployer/wiki/%D0%9F%D0%B0%D1%80%D0%B0%D0%BC%D0%B5%D1%82%D1%80%D1%8B)
|
||||
* [Руководство](https://github.com/QuasarApp/Console-QtDeployer/wiki/%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE)
|
||||
* [Сборка и установка](https://github.com/QuasarApp/Console-QtDeployer/wiki/%D0%A1%D0%B1%D0%BE%D1%80%D0%BA%D0%B0-%D0%B8-%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0)
|
||||
* [Пример использования](https://github.com/QuasarApp/Console-QtDeployer/tree/master/examples/TestQMLWidgets)
|
||||
* [Описание Console Qt Deployer](https://github.com/QuasarApp/CQtDeployer/wiki/%D0%9E%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5)
|
||||
* [Параметры](https://github.com/QuasarApp/CQtDeployer/wiki/%D0%9F%D0%B0%D1%80%D0%B0%D0%BC%D0%B5%D1%82%D1%80%D1%8B)
|
||||
* [Руководство](https://github.com/QuasarApp/CQtDeployer/wiki/%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE)
|
||||
* [Сборка и установка](https://github.com/QuasarApp/CQtDeployer/wiki/%D0%A1%D0%B1%D0%BE%D1%80%D0%BA%D0%B0-%D0%B8-%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0)
|
||||
* [Пример использования](https://github.com/QuasarApp/CQtDeployer/tree/master/examples/TestQMLWidgets)
|
@ -14,7 +14,7 @@
|
||||
|
||||
### Теперь немного описания
|
||||
|
||||
Console-QtDeployer — это простая утилита, аналогичная [windeployqt](http://doc.qt.io/qt-5/windows-deployment.html) и [macdeployqt](http://doc.qt.io/qt-5/osx-deployment.html). Но в отличие от аналогов имеет куда более гибкий интерфейс (флаги запуска) и более высокую скорость работы, к тому же она поддерживает 2 платформы windows и linux а это значит что теперь мы сможете собирать зависимости под windows на Linux и наоборот.
|
||||
CQtDeployer — это простая утилита, аналогичная [windeployqt](http://doc.qt.io/qt-5/windows-deployment.html) и [macdeployqt](http://doc.qt.io/qt-5/osx-deployment.html). Но в отличие от аналогов имеет куда более гибкий интерфейс (флаги запуска) и более высокую скорость работы, к тому же она поддерживает 2 платформы windows и linux а это значит что теперь мы сможете собирать зависимости под windows на Linux и наоборот.
|
||||
|
||||
### Давайте рассмотрим пример
|
||||
|
||||
@ -77,7 +77,7 @@ MyApp слинкована динамически, то есть для рабо
|
||||
```
|
||||
|
||||
Из сходных текстов мы видим, что приложение зависит от GUI библиотек qt и библиотек qml. Поиск и сборка всех ресурсов (библиотек и плагинов) займет очень много времени.
|
||||
Чтобы сэкономить время и силы, мы воспользуемся утилитой CQtDeployer (скачать можно [здесь](https://github.com/QuasarApp/Console-QtDeployer/releases))
|
||||
Чтобы сэкономить время и силы, мы воспользуемся утилитой CQtDeployer (скачать можно [здесь](https://github.com/QuasarApp/CQtDeployer/releases))
|
||||
или установить в Snap Store
|
||||
|
||||
[](https://snapcraft.io/cqtdeployer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user