- Xcode 12.4
- Qt 5.12.11
- Follow the instructions collected in the macOS to build the required tools / third-party dependencies and get the source code of Desktop repository.
- Set the env variables
MEGAQTPATH
to a valid Qt installation path andVCPKGPATH
to a directory containing a valid vcpkg installation. - Run the script
installer_mac.sh
to build the project and generate the application bundle for Desktop application. You can generate full packages using either cmake or qmake. Check script options with--help
flag. Build directory isRelease_x64
- Enjoy!