mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 17:54:32 +00:00
Page:
Build and Install
Pages
Build and Install
CompareFeatures
CompareFeaturesRu
DeployConfigFileEn
DeployConfigFileRu
Description
Donate_Footer
Guide
Home
Languages_Sidebar
Options
Packing(en)
Packing(ru)
QIF(en)
QIF(ru)
QuickGuide
ZIP(en)
ZIP(ru)
Домашняя страничка
КраткоеРуководство
Описание
Параметры
Руководство
Сборка и Установка
Clone
19
Build and Install
Andrei Yankovich edited this page 2020-10-11 15:46:54 +03:00
Build from sources
Build for Linux
- install qt and qt QtInstallFrameWork from qt installer
- git clone https://github.com/QuasarApp/CQtDeployer.git
- 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.15.0/gcc_64/bin/qmake -r
- make -j$(nproc)
- make deploy
- #this command requires installed cqtdeployer
- ./Distro/CQtDeployerInstaller.run
Build for Windows (CMD)
- install qt and qt QtInstallFrameWork from qt installer
- git clone https://github.com/QuasarApp/CQtDeployer.git
- cd CQtDeployer
- git submodule update --init --recursive
- SET PATH=C:/Qt/Tools/mingw810_64/bin;%PATH%
- 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.15.0/mingw81_64/bin/qmake.exe -r
- migw32-make -j8
- migw32-make deploy
- #this command requires installed cqtdeployer
- ./Distro/CQtDeployerInstaller.exe
Installation without building
You can download the latest version of the application here.
Snap
Features of the snap version
If you are using the snap version of the application. Enable all permissions for cqtdeployer. this can be done in the snap-store Or starting with ubuntu 20.04 in the ubuntu application settings manager.
If you do not have the GUI then you can enable all permissions using next commands:
sudo snap connect cqtdeployer:process-control
sudo snap connect cqtdeployer:removable-media
sudo snap connect cqtdeployer:system-backup