2

I want to install gitg version 0.3.3 on Ubuntu 14.04. How can I do that?

  • http://askubuntu.com/questions/25961/how-do-i-install-a-tar-gz-or-tar-bz2-file – Parto Aug 18 '14 at 09:12
  • It's not that simple. A newer Gitg version will also require newer GTK and Gnome libraries. It's probably easier to upgrade to a newer Ubuntu release. – David Foerster Jan 15 '17 at 22:32

1 Answers1

1

Download the gitg 0.3.3 tar/zip file from gnome

And follow these steps:

tar Jxf gitg-0.3.3.tar.xz
cd gitg-0.3.3
./configure
make
sudo make install

Also, make sure you have all the dependencies installed.

devav2
  • 36,312