to open a terminal, press ALT+F2, then either type
gnome-terminalor
xtermfor the classic terminal





sudo apt-get install kicadin the terminal. Where the terminal is? see this link.
sudo apt-get install debhelper dpatch libx11-dev libglu1-mesa-dev libgl1-mesa-dev mesa-common-dev libwxbase2.8-dev libwxgtk2.8-dev libboost-dev fakeroot subversion libboost-serialization-devand finally, we need cmake, but we need atleast version 2.6, the one from the repository is not the updated one (atleast for ubuntu 8.04). You can download version 2.6 from here..
sudo apt-get install cmake
svn checkout https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad kicadalso we need the following
svn checkout https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad-doc kicad-doc
svn checkout https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad-library kicad-library
svn checkout http://svn.flexserv.de/kicad/trunk/debian
fakeroot debian/rules binaryhopefully, there will be no errors.
debian/kicad/usr/bin/to complete things up, you'll need to copy the following folders
debian/kicad-common/usr/share/kicad/libraryin here
debian/kicad-common/usr/share/kicad/modules
debian/kicad-common/usr/share/kicad/template
debian/kicad/usr/share
debian/kicad/usr/bin/

sudo apt-get install freeglut3-dev
sudo apt-get install xorg-dev
sudo apt-get install libpng12-devSecond, download the following files from this link and save anywhere on your drive (say /home/your_account_name/makehuman)
cd makehuman
cd animorph-xx
./configure
make
sudo make install
In first time we must run ldconfig so that MakeHuman can find animorph and mhgui libraries::
and then the mhgui..cd ..
cd mhgui-xx
./configure
make
sudo make install
cd ..and after everything went well, we can now execute makehuman, but first we must run ldconfig so that MakeHuman can find animorph and mhgui libraries
cd makehuman-xx
./configure
make
sudo make install
sudo ldconfig
makehumanmakehuman
