-
Notifications
You must be signed in to change notification settings - Fork 145
Prepare Development Environment in Ubuntu 10.04
sevntu-checkstyle edited this page Jun 12, 2011
·
12 revisions
-
Install Git in Ubuntu: http://help.github.com/linux-set-up-git/
-
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)
sudo apt-get install maven
-
Download binaries http://maven.apache.org/download.html
-
Unpack them and copy to /usr/shared/maven3
-
add to ~/.bashrc
export M2_HOME=/usr/share/maven3
export M2=$M2_HOME/bin
export PATH=$M2:$PATH
Command:
sudo apt-get install cvs
If you are using ubuntu 10.04, you need a new version from ppa: https://launchpad.net/~mercurial-ppa/+archive/releases
- Unpack Eclipse and launch
- Install maven plugin from update site http://m2eclipse.sonatype.org/sites/m2e
- Install mercurial plugin from update site http://www.javaforge.com/project/HGE#download This update site is working only if you are registered and logged in to this site http://www.javaforge.com.