Get source
Install git
Get source code:
git clone –recursive https://github.com/uglide/RedisDesktopManager.git -b 2019 rdm && cd ./rdm
Build on OS X
Install XCode with Xcode build tools
Install Homebrew
Copy cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist
Building RDM dependencies require i.a. openssl and cmake. Install them: brew install openssl cmake
Build RDM dependencies ./configure
Install Qt 5.9. Add Qt Creator and under Qt 5.9.x add Qt Charts module.
Open ./src/rdm.pro in Qt Creator
Run build release
打包 dmg
./macdeployqt 编译文件地址(release build 文件地址) ###.app -dmg