4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-05 05:59:35 +00:00

Updated Build (markdown)

Andrei Yankovich 2018-12-16 20:56:59 +03:00
parent 049a1743a4
commit f341fe93e4
2 changed files with 19 additions and 6 deletions

19
Build-and-Install.md Normal file

@ -0,0 +1,19 @@
## Build for Linux
- ./staticBuild
- ./sharedBuild
- ./snapBuild
## Build for Windows
- from qtCreator
## Install
You can download the latest version of the application [here](https://github.com/QuasarApp/Console-QtDeployer/releases).
### Snap
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/cqtdeployer)
#### Attention!!!
This application may not work stably in an isolated container. To solve these problems, use the console installation in the Classic box.
```bash
snap install cqtdeployer --classic
```

@ -1,6 +0,0 @@
## Build for Linux
- qmake & make or install qt creator and build on qtcreator
## Install
You can download the latest version of the application [here](https://github.com/QuasarApp/Console-QtDeployer/releases).