This repository provides a shell can compile RedisDesktopManager, as well as a compiled DMG file.
Install qt
brew install qt
Install python
brew install python@3.7
Install python requirements
pip3 install -r https://raw.githubusercontent.com/uglide/RedisDesktopManager/2020/src/py/requirements.txt --upgrade
Download latest DMG file from release page. Load Dmg file and drag .app file to your Application folder and enjoy.
If you have any questions, please feel free to submit an issue.
Big sur is missing CoreFoundation, this rmd.sh
will meet an error like:
clang: error: no such file or directory: '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation'
clang: error: no such file or directory: '/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices'
make: *** [../bin/osx/release/RDM.app/Contents/MacOS/RDM] Error 1
Thanks to https://github.com/FuckDoctors/rdm-builder, I build a github action to build RDM.app