Build more things, poor performance of the computer compiled for a long time.
: Https://redisdesktop.com/download
Originally wanted to download one, but found that only Windows is free, but the official website provides a build from source guidelines, then build one directly.
The first is to obtain the source
git clone--recursive https://github.com/uglide/RedisDesktopManager.git-b 0.9 rdm && CD./RDM
Build Step:
1. Install XCode with Xcode build tools
2. Install Homebrew
3. Build RDM dependencies CD./SRC &&/configure
4. Install Qt 5.9
5, Open./src/rdm.pro in Qt Creator
6. Run Build
QT configuration:
1. The following directories need to be created manually
2. Configure QT Version
The installation of Qt,brew install QT5 is required here and there will be qmake optional
3. Configure Kit
The compiler above must choose Clang
Once the above configuration is complete, you can click Build to build.
The result of build is in the RDM directory of Git clone above:
Run the above RDM directly:
Where there may be an error:
1. Xcode-select:error:tool ' Xcodebuild ' requires Xcode, but active developer directory '/library/developer/ Commandlinetools ' is a command line tools instance
Workaround:
Installing Xcode
Run command sudo xcode-select-s/applications/xcode.app/contents/developer
2 、... setcreate File ... Info.plist (in the wrong of build)
Workaround:
Create an empty file under Rdm/src/resources with the file name Info.plist
Mac 10.13 Build a Redis desktop manager