fix comments

This commit is contained in:
Andrei Yankovich 2019-12-09 10:10:20 +03:00
parent 6a3ec8847c
commit 497a22a180

View File

@ -69,9 +69,11 @@ Key differences of this program:
- cd CQtDeployer
- git submodule update --init --recursive
- qmake -r
Here you must definitely call the qmake that was loaded from the 1st item. Example: ~/Qt/5.14.0/gcc_64/bin/qmake -r
- Here you must definitely call the qmake that was loaded from the 1st item.
- Example: ~/Qt/5.14.0/gcc_64/bin/qmake -r
- make -j$(nproc)
- make deploy #this command requires installed [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- make deploy
- #this command requires installed [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- ./Distro/CQtDeployerInstaller.run
## Build for Windows (CMD)
@ -80,11 +82,13 @@ Key differences of this program:
- cd CQtDeployer
- git submodule update --init --recursive
- SET PATH=C:/Qt/Tools/mingw730_64/bin;%PATH%
It is important to set up the qt environment.
- It is important to set up the qt environment.
- qmake.exe -r
Here you must definitely call the qmake that was loaded from the 1st item. Example: C:/Qt/5.14.0/mingw73_64/bin/qmake.exe -r
- Here you must definitely call the qmake that was loaded from the 1st item.
- Example: C:/Qt/5.14.0/mingw73_64/bin/qmake.exe -r
- migw32-make.exe -j$(nproc)
- migw32-make.exe deploy #this command requires installed [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- migw32-make.exe deploy
- #this command requires installed [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- ./Distro/CQtDeployerInstaller.exe
## Install
@ -153,34 +157,46 @@ Qt CQtDeployer - это приложением для извлечения вс
#### Пример: cqtdeployer -bin myApp -qmlDir ~/MyAppProject/qml -qmake ~/Qt/5.12.4/gcc_64/bin/qmake clear
## Build для Linux
## Build для Linux
- установите qt и qt QtInstallFrameWork из [Установщик qt](https://www.qt.io/download-qt-installer?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce%7C6cb0de4f-9bb5-4778-ab02-bfb62735f3e5)
- git clone https://github.com/QuasarApp/CQtDeployer.git
- cd CQtDeployer
- git submodule update --init --recursive
- qmake -r
Здесь нужно обязательно вызвать тот qmake, который был загружен из 1го пункта. Пример: ~/Qt/5.14.0/gcc_64/bin/qmake -r
- Здесь нужно обязательно вызвать тот qmake, который был загружен из 1го пункта.
- Пример: ~/Qt/5.14.0/gcc_64/bin/qmake -r
- make -j$(nproc)
- make deploy # эта команда требует установленный [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- make deploy
- эта команда требует установленный [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- ./Distro/CQtDeployerInstaller.run
## Build для Windows (CMD)
- установите qt и qt QtInstallFrameWork из [Установщик qt](https://www.qt.io/download-qt-installer?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce%7C6cb0de4f-9bb5-4778-ab02-bfb62735f3e5)
- git clone https://github.com/QuasarApp/CQtDeployer.git
- cd CQtDeployer
- git submodule update --init --recursive
- SET PATH=C:/Qt/Tools/mingw730_64/bin;%PATH%
Здесь важно настроиль окружение qt.
- Здесь важно настроиль окружение qt.
- qmake.exe -r
Здесь нужно обязательно вызвать тот qmake, который был загружен из 1го пункта. Пример: C:/Qt/5.14.0/mingw73_64/bin/qmake.exe -r
- Здесь нужно обязательно вызвать тот qmake, который был загружен из 1го пункта.
- Пример: C:/Qt/5.14.0/mingw73_64/bin/qmake.exe -r
- migw32-make.exe -j$(nproc)
- migw32-make.exe deploy # эта команда требует установленный [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- migw32-make.exe deploy
- эта команда требует установленный [cqtdeployer](https://github.com/QuasarApp/Console-QtDeployer/releases)
- ./Distro/CQtDeployerInstaller.exe
### Snap
[![Загрузите из Snap Store](https://snapcraft.io/static/images/badges/ru/snap-store-black.svg)](https://snapcraft.io/cqtdeployer)
## Установить
Вы можете загрузить последнюю версию приложения [здесь](https://github.com/QuasarApp/CQtDeployer/releases).
### Snap
[![Загрузите из Snap Store](https://snapcraft.io/static/images/badges/ru/snap-store-black.svg)](https://snapcraft.io/cqtdeployer)
## Установить
Вы можете загрузить последнюю версию приложения [здесь](https://github.com/QuasarApp/Console-QtDeployer/releases).