彩票走势图

logo Redis Desktop Manager操作手册

快速安装


Windows
  1. 先安装
  2. 下载 Windows Installer from
  3. 安装installer

Mac OS X

  1. 下载dmg映像
  2. 解压DMG映像.
  3. 执行rdm.app.
Ubuntu / ArchLinux / Debian / Fedora / CentOS / OpenSUSE 等



使用Install  安装(几个linux社区搞出来的应用中心)

source构建

  1. 利用git下载 //git-scm.com/download
  2. 获得源码: git clone --recursive //github.com/uglide/RedisDesktopManager.git -b 2021 rdm && cd ./rdm

在OS X上构建

  1. 安装 with Xcode build tools.
  2. 安装.
  3. 复制【 cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist 】.
  4. 安装RDM 依赖需要 i.a. openssl, cmake 以及python3. 需要安装的话执行: brew install openssl cmake python3
  5. 构建lz4 lib

cd 3rdparty/lz4/build/cmake
cmake -DLZ4_BUNDLED_MODE=ON  .
make
  1. 安装python 【 pip3 install -t ../bin/osx/release -r py/requirements.txt】
  2. Install Qt 5.15. Add Qt Creator and under Qt 5.15.x add Qt Charts module.
  3. 打开QT文件夹中./src/rdm.pro 
  4. 运行执行.
Windows中构建
  1. 安装Visual Studio 2019 Community Edition.
  2. 安装Qt 5.15.
  3. Go to 3rdparty/qredisclient/3rdparty/hiredis and apply the patch to fix compilation on Windows: git apply ../hiredis-win.patch
  4. Go to the 3rdparty/ folder and install zlib with nuget: nuget install zlib-msvc14-x64 -Version 1.2.11.7795
  5. 构建lz4 lib
cd 3rdparty/lz4/build/cmake
cmake -DLZ4_BUNDLED_MODE=ON  .
make

  1. 安装Python 3.7 amd64 到C:\Python37-x64.
  2. 安装Python依赖 pip3 install -r src/py/requirements.txt.
  3. 打开QT安装目录./src/rdm.pro . 选择Qt 5.15.x MSVC2019 64bit > Release build profile.
  4. 运行构建Ctrl+B


扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP