Update compilation authored by Karel Slaný's avatar Karel Slaný
......@@ -93,7 +93,7 @@ datovka-4.15.1.9999.20200716.140039.90bd2fb92783468f.tar.xz
Once the source archive is available use the `-v` parameter to pass the package version (here it is `4.15.1.9999.20200716.140039.90bd2fb92783468f`) to build package bundles:
```shell
> QT_VER="5.15.0" ./scripts/build_macos_dmgs.sh --x86_64 --shared -s 10.15 -v 4.15.1.9999.20200716.140039.90bd2fb92783468f -d
> QT_VER="5.15.2" ./scripts/build_macos_dmgs.sh --x86_64 --shared -s 13.1 -v 4.15.1.9999.20200716.140039.90bd2fb92783468f -d
```
```shell
> QT_VER=5.7.1 ./scripts/build_macos_dmgs.sh -s 10.12 --i386 --shared -v 4.15.1.9999.20200716.140039.90bd2fb92783468f -d
......
......