mac 安装 RedisDesktopManager

RedisDesktopManager在 mac pro 平台安装有两种方式

一、使用dmg 镜像安装

采用该种方式是需要花费订阅的,如果资金充足的情况下,建议采用该种方式,简单快速

二、使用源码编译

步骤如下:

  1. Install git
  2. Get source code:

    git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.9 rdm && cd ./rdm

  3. Install XCode with Xcode build tools
  4. Install Homebrew
  5. 然后使用终端进入下载的源代码目录下 (下载目录/ rdm)

  6. 执行如下命令(cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist)
  7. Building RDM dependencies require i.a. openssl and cmake. Install them:   brew install openssl cmake
  8. Build RDM dependencies ./configure
  9. 下载并安装 Qt (安装时一定要勾选 charts 组件进行安装,因为编译源代

你可能感兴趣的:(mac 安装 RedisDesktopManager)