Update compilation authored by Karel Slaný's avatar Karel Slaný
......@@ -65,7 +65,7 @@ qmake DISABLE_VERSION_NOTIFICATION=1 datovka.pro
Currently we use:
* `QT_VER="5.7.1"` with `SDK_VER="10.12"` for 32-bit builds,
* `QT_VER="5.15.2"` with `SDK_VER="11.1"` for 64-bit builds.
* `QT_VER="5.15.2"` with `SDK_VER="13.1"` for 64-bit builds.
You need Xcode with Command Line Tools in order to compile and build the package. Xcode usually supports two adjacent SDKs (e.g. 10.9 and 10.10). You need to obtain an older Xcode package to achieve older SDKs. Store the SDKs into the directory `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs`.
......
......