Link: Compiling MacOS version of Redisdesktopmmanager latest version
Compiling the latest version of the Redisdesktopmmanager version of MacOS
Download source code??
clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.9 rdm && cd ./rdm
Environment configuration?
- Install XCode with Xcode build tools
- Install Homebrew
- Build RDM Dependencies CD./SRC &&./configure
- Install Qt 5.9
- Open./src/rdm.pro in Qt Creator
- Run Build
Focus????
- Go directly to the address below to download it.
http://download.qt.io/official_releases/qt/
I downloaded the version of 5.10. Choose your own version of the download can be, the file is slightly larger, patient wait??
Installing QT5.10
User name password required, if not, you can choose to register
I chose to get rid of Android and IOS (too big and I don't need it)
Next is to wait for the installation to complete!
Start Qt Creator
Go to the RDM source directory you just downloaded and change Info.plist.sample to Info.plist
Click Download to extract the password: vs3b, the downloaded file Crashreporter placed in the corresponding directory structure (Https://pan.baidu.com/s/1htwWMOG)
Open the Rdm.pro under SRC, select Edit Rdm.pro file, comment out the highlighted line. The goal is to have it compile to produce the Rdm.app file, which is not generated by default because the sentence is turned on.
Select Project Expand Desktop->build Select Release, wait for the run triangle to turn green, click to run the project
Finally, after the compilation is complete, the RDM is automatically run and will be in the compiled directory that you specified earlier (my:/users/tuchief/workspace/rdm/build-rdm-desktop_qt_5_10_0_clang_ 64bit-release) to generate a compiled RDM file.
Drag the file directly into the app to run quickly in your daily work!
???? Call it
Compiling the latest version of the Redisdesktopmmanager version of MacOS