> 文章列表 > MacOS版本RedisDesktopManager源码编译

MacOS版本RedisDesktopManager源码编译

MacOS版本RedisDesktopManager源码编译

1. 克隆 :

git clone --recursive https://github.com/RedisInsight/RedisDesktopManager.git

 查看依赖模块: git submodule

 

编译注意事件,部分源码的子仓库依赖没有下载完整的,要手动下载

 

brotli子模块 

 编译brotli子模块

$ mkdir out && cd out
$ ../configure-cmake
$ make
$ make test
$ make install

编译后安装: