sudo apt-get -y install subversion libx11-dev build-essential make zlib1g-dev libgtk2.0-dev libgtk-3-dev autoconf libtool
Download curl (link)
cd to curl dir ./configure make sudo su make install
checkout
svn co svn://svn.gna.org/svn/freeciv/trunk freeciv
Configure
./autogen.sh --enable-client=gtk-2.0 --with-libiconv-prefix=/usr
Eclipse- Ubuntu software center
- subversion: Subclipse at http://subclipse.tigris.org/update_1.8.x
- python-dev http://pydev.org/updates/
- autotools (incubation)
- CDT latest (for Indigo, this is currently at http://download.eclipse.org/tools/cdt/releases/indigo
Gotchas[]
- if "permission denied" error on a configure or bash script run, try "chmod 744 [filename]"