目前官方最新的dmg是0.9.0版本
Git地址:https://github.com/uglide/RedisDesktopManager/releases
文件下载:
也可以直接用源码安装最新版本
官方给出的源码安装教程:
地址:http://docs.redisdesktop.com/en/latest/install/#build-from-source
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
———————
作者:Mr.True
来源:CSDN
原文:https://blog.csdn.net/q258523454/article/details/82346507
版权声明:本文为博主原创文章,转载请附上博文链接!