本文主要是介绍Mac编译、安装、运行 RedisDesktopManager,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1 clone 源码,到本地
- git clone --recursive https://github.com/uglide/RedisDesktopManager.git rdm && cd ./rdm
2 安装XCode
在 Mac 应用商店,将 Xcode 升级到最新版
3 copy 文件
cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist
4 安装配置 QT
参考 : https://blog.csdn.net/sinat_20593627/article/details/83617571
5 依赖安装
brew install openssl cmake
6 编译依赖
./configure
7 使用 xcode 打开文件,并设置 build for 到最新版本
/3rdparty/gbreakpad/src/client/mac/sender/Breakpad.xib
8 运行 QT
启动 RedisDesktopManager
这篇关于Mac编译、安装、运行 RedisDesktopManager的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!