Binary packages
Fedora has packages for teamgit in F9, F10 and Fedora Devel please find it in your package manager. Make sure you update the packages regularly as teamgit updates heppen frequently.
Teamgit is also available from Ubuntu Intrepid PPA for teamgit.
One click install for Ubuntu:
Just click on following link
When asked select "Open with -> GDebi Package Installer"
After download is complete it will show package details and a "Install" button. Installing will also install all the dependancies and you should find "teamGit" in the Applications->Programming menu on Ubuntu Gnome Desktop.
Adding ppa to apt for future updates and easy management
To add the ppa repository to your apt.sources list
Edit the /etc/apt/sources.list as root
sudo gedit /etc/apt/sources.list
Add following line to the end of the file
deb http://ppa.launchpad.net/bain-devslashzero/ubuntu intrepid mainThen update apt repo and install teamgit
sudo apt-get update; sudo apt-get install teamgit
Note : The package does not work on hardy
Source code and build
Download information
You can use git to clone the current development tree.
git clone git://gitorious.org/teamgit/mainline.git teamgit
NOTE: teamGit is in very early stage of development, it may not work at all and there are definately lot of bugs.
teamGit is currently tested only on Ubuntu Hardy Heron (8.04) and Intrepid Ibex (8.10)
I like ubuntu and contributions done by them to community, no matter what GregKH says.
To install you will need atleast libqt4-devfile index with qt version > 4.4.
In hardy by default the version is 4.3 (if you have installed kde4.1 then you have no problem), so you will have to enable backports repository in hardy and update your libqt4-dev package.
To do that you can use following (crude) code.
sudo sed -i -e "s/# deb/deb/g" /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libqt4-dev
Then you can switch to the teamgit directory and do
qmake
make
sudo make install
