Thursday, August 17, 2006

Tilda .09.3 in Ubuntu

Its been a while since my last post. I will describe the process to install tilda .09.3 on Ubuntu. Since they only have .09.1 in their repo you will have to install from source I will describe the step required.

1. Get the source from here
2. Extract the source:
- tar xvf tilda-0.09.3.tar.gz
3. Install required software:
- sudo apt-get install libconfuse-dev
- sudo apt-get install libvte-dev
- sudo apt-get install libgtk2.0-dev
- sudo apt-get install gcc
- sudo apt-get install libc6-dev
- sudo apt-get install make
4. Change to the tilda source directory
5. Install tilda
- ./configure
- make
- sudo make install

There you go tilda in now installed. Run it with the command 'tilda'