【发布时间】:2016-05-24 07:26:12
【问题描述】:
我在我的ubuntu 14.04 system 中安装了meld。遵循这些命令。
在下面directory path:
anurag@LIBSERV-PC:~$mkdir -p work/crap
anurag@LIBSERV-PC:~$cd work/crap
anurag@LIBSERV-PC:~/work/crap$git clone https://git.gnome.org/browse/meld
anurag@LIBSERV-PC:~/work/crap$cd meld
anurag@LIBSERV-PC:~/work/crap/meld$sudo apt-get install intltool itstool gir1.2-gtksource-3.0 libxml2-utils
anurag@LIBSERV-PC:~/work/crap/meld$sudo python setup.py install
似乎安装正确。我正在以下位置处理我的rails project:
anurag@LIBSERV-PC:~/vikas/template$ git diff lib/common_methods.rb
但在我的系统中git diff 没有显示在meld software 中。
我只看到 terminal 的区别。
【问题讨论】:
标签: ruby-on-rails git ubuntu meld