ubuntu18.04安装redis-desktop-manager

时间:2018-07-02 17:44:44   收藏:0   阅读:2118

通过proxychains4 clone项目,否则安装不成功

教程:https://www.cnblogs.com/bignode/p/9254500.html

 

1 git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.9 rdm && cd ./rdm
2 cd src/
3 ./configure
4 source /opt/qt59/bin/qt59-env.sh 
5 qmake && make && sudo make install
6 cd /usr/share/redis-desktop-manager/bin
7 sudo mv qt.conf qt.backup
8 ./rdm

如果已经安装过qt5,第四步可以省去

第六步目录不一定是这个,按照make install后提示的目录进行接下去的操作

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!