Mac下编译RedisDesktopManager
安装brew
1 | $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
安装qt5、openssl、libssh2
1 | $ brew update && brew install qt5 openssl libssh2 |
克隆RDM版本库
1 | ### 克隆指定tag,如当前为2019.3 |
编译CrashReporter,切换到7ec6f00版本编译
1 | cd 3rdparty/crashreporter |
修改RDM参数
1 | cd ../../src |
编译RDM
1 | ./configure && qmake CONFIG-=debug && make -s -j 8 && cd .. |
####【可选】拷贝qt动态库到app里
1 | cd ./bin/osx/release |
错误
1 | Git error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 |