Skip to content

Prepare Development Environment in Ubuntu 10.04

isopov edited this page Jun 15, 2011 · 12 revisions

Install GIT

  1. Install Git in Ubuntu: http://help.github.com/linux-set-up-git/

  2. Change fonts in GUI Run GUI by command "git gui", If you do not like ugly font apply following:

sudo aptitude install tk8.5
sudo update-alternatives --config wish

and pick /usr/bin/wish8.5 from the list (3)

Install Maven2

sudo apt-get install maven

Install Maven3

  1. Download binaries http://maven.apache.org/download.html

  2. Unpack them and copy to /usr/shared/maven3

  3. add to ~/.bashrc

export M2_HOME=/usr/share/maven3
export M2=$M2_HOME/bin
export PATH=$M2:$PATH

Install CVS

Command:

sudo apt-get install cvs

Install Mercurial.

If you are using ubuntu 10.04, you need a new version from ppa: https://launchpad.net/~mercurial-ppa/+archive/releases

sudo add-apt-repository  ppa:mercurial-ppa/releases
sudo apt-get update
sudo apt-get install mercurial

Download Eclipse.

Development environment on Eclipse